SymbolEquals Method (Object) |
Determines whether the specified object is equal to the current object.
Namespace:
Demo3D.PLC.Comms.CIP
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic override bool Equals(
Object? obj
)
Parameters
- obj
- Type: SystemObject
The specified object.
Return Value
Type:
BooleanTrue if the specified object is equal to the current object.
See Also