DataValueTEquals Method (ValueStruct) |
Determines whether the specified value equals the current value (ignoring time).
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic bool Equals(
in ValueStruct other
)
Parameters
- other
- Type: ValueStruct
The value to compare.
Return Value
Type:
BooleanTrue if the specified value equals the current value.
See Also