You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > IsEqual Method > Vector.IsEqual Method (TMtxVec)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.IsEqual Method (TMtxVec)

Compares two objects and returns True, if they are equal.

Pascal
function IsEqual(const Vec: TMtxVec): boolean; overload;

Compares two objects and returns True, if they are equal. The IsEqual uses cmpAbsolute comparison method with comparison tolerance of 10*EPS by default. 

The method compares only Complex and Length properties and coresponding values. To compare matrices or sparse matrices, use the Equal method.

Matrix.Equal, TSparseMtx.Equal, Vector.Equal

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!