Gimp.Matrix3.prototype.equal
function equal(matrix2: Gimp.Matrix3): Boolean {
// Gjs wrapper for gimp_matrix3_equal()
}
Checks if two matrices are equal.
Since 2.10.16
- matrix2
The second matrix
- Returns
true the matrices are equal, false otherwise