ValueVectorIterator.Equality Operator

Determines whether the specified ValueVectorIterator is equal to the current ValueVectorIterator.

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

Syntax

C#

public static bool operator ==(
    ValueVectorIterator current,
    ValueVectorIterator other
)

Parameters

current

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

other

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

Return Value

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

Reference

ValueVectorIterator Class

TcHmiSrv Namespace