ValueIterator.Inequality Operator
Determines whether the specified ValueIterator is not equal to the current ValueIterator.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public static bool operator !=(
ValueIterator current,
ValueIterator other
)
Parameters
current |
Type: TcHmiSrv.ValueIterator |
other |
Type: TcHmiSrv.ValueIterator |
Return Value
Type: Boolean
true if the specified ValueIterator is not
equal to the current ValueIterator;
otherwise, false.