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