API Reference > OdGe Classes > OdGeMatrix2d Class > OdGeMatrix2d Methods > OdGeMatrix2d::isEqualTo Method
OdGeMatrix2d::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdGeMatrix2d& matrix, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeMatrix2d& matrix 
[in] Matrix to be compared.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true if and only if matrix is identical to this one, within the specified tolerance. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.