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