Click or drag to resize

DataValueTEquals Method (T)

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

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

Parameters

other
Type: T
The value to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also