Symbol.Inequality Operator

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

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

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

Parameters

current

Type: TcHmiSrv.DynamicSymbols.Symbol
The current Symbol.

other

Type: TcHmiSrv.DynamicSymbols.Symbol
The Symbol to compare with the current Symbol.

Return Value

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

Reference

Symbol Class

TcHmiSrv.DynamicSymbols Namespace