Contents

matrix_equal(_:_:)

Returns true if every element in a matrix is exactly equal to the corresponding element in a second matrix, and otherwise returns false.

Declaration

func matrix_equal(_ lhs: simd_float2x2, _ rhs: simd_float2x2) -> Bool

See Also

Deprecated Symbols