Gimp.Matrix3.equal
@accepts(Gimp.Matrix3, Gimp.Matrix3)
@returns(bool)
def equal(self, matrix2):
# Python wrapper for gimp_matrix3_equal()
Checks if two matrices are equal.
Since 2.10.16
- self
The first matrix
- matrix2
The second matrix
- Returns