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