DataValueEquals(DataValue) Method |
Determines whether the specified value equals the current value (ignoring time).
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic bool Equals(
DataValue other
)
Parameters
- other DataValue
- The value to compare.
Return Value
BooleanTrue if the specified value equals the current value.
Implements
IEquatableTEquals(T)
See Also