Windows apps
Collapse the table of content
Expand the table of content

Quaternion::Inequality Operator

Returns a value that indicates whether two quaternions are not equal.

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

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

Parameters

value1
Type: System.Numerics::Quaternion

The first quaternion to compare.

value2
Type: System.Numerics::Quaternion

The second quaternion to compare.

Return Value

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