SymbolEquals(Symbol) Method |
Determines whether the specified object is equal to the current object.
Namespace: Demo3D.PLC.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic bool Equals(
Symbol? e
)
Parameters
- e Symbol
- The specified object.
Return Value
BooleanTrue if the specified object is equal to the current object.
See Also