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

Plane::Inequality Operator

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

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

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

Parameters

value1
Type: System.Numerics::Plane

The first plane to compare.

value2
Type: System.Numerics::Plane

The second plane to compare.

Return Value

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

The Inequality method defines the operation of the inequality operator for Plane objects.

Show:
© 2017 Microsoft