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_float4x3, _ rhs: simd_float4x3) -> Bool

See Also

Deprecated Symbols