| 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
)
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