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