Click or drag to resize

SymbolBaseEquals(Object) Method

Determines whether the specified object is equal to the current object.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The specified object.

Return Value

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