equals
fun equals(left: Matrix3? = definedExternally, right: Matrix3? = definedExternally): Boolean(source)
Compares the provided matrices componentwise and returns true
if they are equal, false
otherwise.
Return
true
if left and right are equal, false
otherwise.
Parameters
left
The first matrix.
right
The second matrix.