ResultPair.Inequality Operator
Determines whether two instances of the ResultPair class are not equal.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public static bool operator !=(
ResultPair current,
ResultPair other
)
Parameters
current |
Type: TcHmiSrv.ResultPair |
other |
Type: TcHmiSrv.ResultPair |
Return Value
Type: Boolean
true if current does not equal
other; otherwise, false.