Determines whether the specified value equals the current value.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The value to compare.
Return Value
Type:
BooleanTrue if the specified value equals the current value.
See Also