Matrix3x2::Inequality Operator

Returns a value that indicates whether the specified matrices are not equal.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static bool operator !=(
	Matrix3x2 value1, 
	Matrix3x2 value2
)

Parameters

value1
Type: System.Numerics::Matrix3x2

The first matrix to compare.

value2
Type: System.Numerics::Matrix3x2

The second matrix to compare.

Return Value

Type: System::Boolean
true if value1 and value2 are not equal; otherwise, false.
Show: