Alarm.Inequality Operator

Determines whether two instances of the Alarm class are not equal.

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
The first Alarm to compare.

other

Type: TcHmiSrv.Core.Alarm
The second Alarm to compare.

Return Value

Type: Boolean
true if current does not equal other; otherwise, false.

Reference

Alarm Class

TcHmiSrv.Core Namespace