Matrix2D.isEqualTo Method

Parent Object: Matrix2D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix2D.h>

Description

Compares this matrix with another matrix and returns True if they're identical.

Syntax

"matrix2D_var" is a variable referencing a Matrix2D object.
returnValue = matrix2D_var.isEqualTo(matrix)
"matrix2D_var" is a variable referencing a Matrix2D object.

#include <Core/Geometry/Matrix2D.h>

returnValue = matrix2D_var->isEqualTo(matrix);

Return Value

Type Description
boolean Returns true if the matrix is equal to this matrix.

Parameters

Name Type Description
matrix Matrix2D The matrix to compare to.

Version

Introduced in version August 2014