| MvKeyValueTableEquals Method |
Compares the specified object with this table.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public override bool Equals(
Object o
)
Public Overrides Function Equals (
o As Object
) As Boolean
public:
virtual bool Equals(
Object^ o
) override
Parameters
- o
- Type: SystemObject
Object to be compared with this table.
Return Value
Type:
Booleantrue if the specified object is equal to this
table.
See Also