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