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 |
Return Value
Type: Boolean
true if the current CommandVectorIterator
is equal to the other CommandVectorIterator;
otherwise, false.