Click or drag to resize
DigitalRunePlaneInequality Operator
Tests if two Planes are different.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static bool operator !=(
	Plane plane1,
	Plane plane2
)

Parameters

plane1
Type: DigitalRune.Geometry.ShapesPlane
The first Plane.
plane2
Type: DigitalRune.Geometry.ShapesPlane
The second Plane.

Return Value

Type: Boolean
if the Planes are different; otherwise .
See Also