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

Compares two objects.

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

True, if they are equal.

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.

TMtx.Equal, TSparseMtx.Equal, TVec.Equal

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