Timespan.Equality Operator
Determines whether two instances of the Timespan class are equal.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public static bool operator ==(
Timespan current,
Timespan other
)
Parameters
current |
Type: TcHmiSrv.Timespan |
other |
Type: TcHmiSrv.Timespan |
Return Value
Type: Boolean
true if current equals other; otherwise, false.