String.Inequality Operator

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

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

Syntax

C#

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

Parameters

current

Type: TcHmiSrv.String
The first String to compare.

other

Type: TcHmiSrv.String
The second String to compare.

Return Value

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

Reference

String Class

TcHmiSrv Namespace