CommandVectorIterator.Inequality Operator

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

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

Syntax

C#

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

Parameters

current

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

other

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

Return Value

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

Reference

CommandVectorIterator Class

TcHmiSrv Namespace