Click or drag to resize

MvKeyValueTableEquals Method

Compares the specified object with this table.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax
public override bool Equals(
	Object o
)

Parameters

o
Type: SystemObject
Object to be compared with this table.

Return Value

Type: Boolean
true if the specified object is equal to this table.
See Also