CommandVectorIterator.Equals Method (CommandVectorIterator)

Indicates whether the current CommandVectorIterator is equal to another CommandVectorIterator.

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

Syntax

C#

public bool Equals(
    CommandVectorIterator other
)

Parameters

other

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

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

CommandVectorIterator Class

Equals Overload

TcHmiSrv Namespace