TAbstractMtxVecInt::operator== Operator

Overload List

#SignatureDescription
1bool operator==(TMtxVecInt *Left, const VectorInt &Right);Returns true, if Left and Right are of equal Length and Values.
2bool operator==(const VectorInt &Left, TMtxVecInt *Right);Returns true, if Left and Right are of equal Length and Values.

Overload 1: bool operator==(TMtxVecInt *Left, const VectorInt &Right);

Returns true, if Left and Right are of equal Length and Values.

#NameTypeDescription
1LeftTMtxVecInt *
2Rightconst VectorInt &
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 2: bool operator==(const VectorInt &Left, TMtxVecInt *Right);

Returns true, if Left and Right are of equal Length and Values.

#NameTypeDescription
1Leftconst VectorInt &
2RightTMtxVecInt *
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler