[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix.op_Inequality

operator != Operator

operator !=(Matrix, Matrix)

Defines the == operator for vector.

Declaration
public static bool operator !=(Matrix left, Matrix right)
Parameters
Type Name Description
Matrix left

A Matrix indicates the left operand.

Matrix right

A Matrix indicates the right operand.

Returns
Type Description
bool

A bool indicates whether left does not equals right.