DK for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Equal | Methods | Properties
Checks if the supplied matrix is equal to the current matrix.
// C# public WordBool Equal( ITGIS_SquareMatrix _mtr );
' VisualBasic Public Function Equal( ByVal _mtr As ITGIS_SquareMatrix ) As WordBool
// Oxygene public function Equal( _mtr : ITGIS_SquareMatrix ) : WordBool;
| Name | Type | Description |
|---|---|---|
| _mtr | ITGIS_SquareMatrix | the matrix to be checked |
| Type | Description |
|---|---|
| WordBool | True if the matrices are equal. |