DK11 for Delphi | GisMatrix.TGIS_SquareMatrix.Equal | Constructors | Methods | Properties
Checks if the supplied matrix is equal to the current matrix.
// Delphi public function Equal( const _mtr : TGIS_SquareMatrix ) : Boolean;
// C++ Builder public: bool Equal( TGIS_SquareMatrix* const _mtr );
Name | Type | Description |
---|---|---|
_mtr | TGIS_SquareMatrix | the matrix to be checked |
Type | Description |
---|---|
Boolean | True if the matrices are equal. |