CommandVectorIterator.Equality Operator
Determines whether the specified CommandVectorIterator is equal to the current CommandVectorIterator.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public static bool operator ==(
CommandVectorIterator current,
CommandVectorIterator other
)
Parameters
current |
Type: TcHmiSrv.CommandVectorIterator |
other |
Type: TcHmiSrv.CommandVectorIterator |
Return Value
Type: Boolean
true if the specified CommandVectorIterator
is equal to the current CommandVectorIterator;
otherwise, false.