SymbolEquals Method (Symbol) |
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 bool Equals(
Symbol? e
)
Parameters
- e
- Type: Demo3D.PLC.Comms.CIPSymbol
The specified object.
Return Value
Type:
BooleanTrue if the specified object is equal to the current object.
See Also