Value.Equals Method (UInt64)
Indicates whether the current Value is equal to another UInt64.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public bool Equals(
ulong other
)
Return Value
Type: Boolean
true if the current Value is equal to
the other UInt64; otherwise, false.