Click or drag to resize

DeltaValueEquals Method

Determines whether the specified value equals the current value.

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

Parameters

obj  Object
The value to compare.

Return Value

Boolean
True if the specified value equals the current value.
See Also