ValueIterator.Equals Method (ValueIterator)

Indicates whether the current ValueIterator is equal to another ValueIterator.

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

Syntax

C#

public bool Equals(
    ValueIterator other
)

Parameters

other

Type: TcHmiSrv.ValueIterator
The ValueIterator to compare with this ValueIterator.

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

ValueIterator Class

Equals Overload

TcHmiSrv Namespace