equals

fun equals(left: Matrix2? = definedExternally, right: Matrix2? = 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.

See also