String.Inequality Operator
Determines whether the specified String is not equal to the current String.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 1.10.1018.48 (1.10.1018.48)
Syntax
C#
public static bool operator !=(
String current,
String other
)
Parameters
current |
Type: TcHmiSrv.String |
other |
Type: TcHmiSrv.String |