ValueVectorIterator.Equals Method (ValueVectorIterator)

Indicates whether the current ValueVectorIterator is equal to another ValueVectorIterator.

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

Syntax

C#

public bool Equals(
    ValueVectorIterator other
)

Parameters

other

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

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

ValueVectorIterator Class

Equals Overload

TcHmiSrv Namespace