Matrix4x4::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 !=(
	Matrix4x4 value1, 
	Matrix4x4 value2
)

Parameters

value1
Type: System.Numerics::Matrix4x4

The first matrix to compare.

value2
Type: System.Numerics::Matrix4x4

The second matrix to compare.

Return Value

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