Alarm.Inequality Operator

Determines whether the specified Alarm is not equal to the current Alarm.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public static bool operator !=(
    Alarm current,
    Alarm other
)

Parameters

current

Type: TcHmiSrv.Alarm
The current instance of the Alarm class.

other

Type: TcHmiSrv.Alarm
The Alarm to compare with the current Alarm.

Return Value

Type: Boolean
true if the specified Alarm is not equal to the current Alarm; otherwise, false.

Reference

Alarm Class

TcHmiSrv Namespace