Compares this matrix with another matrix and returns True if they're identical.
"matrix2D_var" is a variable referencing a Matrix2D object. |
"matrix2D_var" is a variable referencing a Matrix2D object. |
| Type | Description |
| boolean | Returns true if the matrix is equal to this matrix. |
| Name | Type | Description |
| matrix | Matrix2D | The matrix to compare to. |