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