Click or drag to resize

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
Syntax
C#
public bool Equals(
	SymbolBase? e
)

Parameters

e
Type: Demo3D.PLC.Comms.CIPSymbolBase
The specified object.

Return Value

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