DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Equal | Constructors | Methods | Properties
Checks if the supplied matrix is equal to the current matrix.
// C# public bool Equal( TGIS_SquareMatrix _mtr );
' VisualBasic Public Function Equal( ByVal _mtr As TGIS_SquareMatrix ) As Boolean
// 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. |