ILocalizable.Inequality Operator

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

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

Syntax

C#

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

Parameters

current

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

other

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

Return Value

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

Reference

ILocalizable Class

TcHmiSrv Namespace