DK11 for Java | tatukgis.jdk.TGIS_SquareMatrix.Equal | Constructors | Methods | Properties
Checks if the supplied matrix is equal to the current matrix.
// Java public bool Equal( TGIS_SquareMatrix _mtr );
// Oxygene public function Equal( _mtr : TGIS_SquareMatrix ) : Boolean;
Name | Type | Description |
---|---|---|
_mtr | TGIS_SquareMatrix | the matrix to be checked |
Type | Description |
---|---|
bool Boolean | True if the matrices are equal. |