Matrix.opEquals

Compare two matrices.

struct Matrix(T, size_t N)
const
bool
opEquals
(
Matrix!(T, N) that
)

Parameters

that Matrix!(T, N)

The matrix to compare with.

Return Value

Type: bool

$(D_KEYWORD true) if dimensions are equal, $(D_KEYWORD false) otherwise.

Meta