Click or drag to resize

DataValueTEquals Method (DataValue)

Determines whether the specified value equals the current value (ignoring time).

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public bool Equals(
	 in DataValue other
)

Parameters

other
Type: Demo3D.PLC.CommsDataValue
The value to compare.

Return Value

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