inline friend bool operator ==(const Matrix2x4 & m1, const Matrix2x4 & m2);
== compares two matrices to determine if they are equal to each other.
A Boolean value of 1 if the matrices are equal, otherwise 0.