Alarm.LessThan Operator
Determines whether the current instance of the Alarm class is less than another instance.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static bool operator <(
Alarm current,
Alarm other
)
Parameters
current |
Type: TcHmiSrv.Core.Alarm |
other |
Type: TcHmiSrv.Core.Alarm |
Return Value
Type: Boolean
true if current is less than
other; otherwise, false.