Matrix2x4::!=

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

!= compares two matrices to find if they are not 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 not equal, otherwise 0.