User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_squarematrix.equal_tgis_squarematrix

Table of Contents

TGIS_SquareMatrix.Equal method

DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Equal | Constructors | Methods | Properties

Checks if the supplied matrix is equal to the current matrix.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// 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;

Parameters

Name Type Description
_mtr TGIS_SquareMatrix the matrix to be checked

Result

Type Description
bool
Boolean
True if the matrices are equal.
2022/11/30 19:27

Page Tools