S101CommandEquals Method (Object) | |
Determines whether the specified object is equal to the current object.
Namespace: Lawo.EmberPlusSharp.S101Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax public override sealed bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
Booleantrue if the specified object is equal to the current object; otherwise, false.
See Also