ValueIterator.Equality Operator

Determines whether the specified ValueIterator is 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
The current instance of the ValueIterator class.

other

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

Return Value

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

Reference

ValueIterator Class

TcHmiSrv Namespace