Matrix<T>.Inequality Operator
            Returns whether two instances
            of matrix are not equal.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
true if the two matrices have different sizes, or not all their elements are identical; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static bool operator !=(
	Matrix<T> matrix1,
	Matrix<T> matrix2
)Parameters
Return Value
Booleantrue if the two matrices have different sizes, or not all their elements are identical; otherwise false.