Click or drag to resize

SymbolBaseEquals 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
Syntax
C#
public override bool Equals(
	Object? obj
)

Parameters

obj
Type: SystemObject
The specified object.

Return Value

Type: Boolean
True if the specified object is equal to the current object.
See Also