Matrix2x4::==

Matrix2x4::==
inline friend bool operator ==(const Matrix2x4 & m1, const Matrix2x4 & m2);
Description

== compares two matrices to determine if they are equal to each other.

Parameters
Parameters 
Description 
const Matrix2x4 & m1 
First matrix. 
const Matrix2x4 & m2 
Second matrix. 
Return Value

A Boolean value of 1 if the matrices are equal, otherwise 0.