SymbolEquals(Object) 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 override bool Equals(
Object? obj
)
Parameters
- obj Object
- The specified object.
Return Value
BooleanTrue if the specified object is equal to the current object.
See Also