| PlaneInequality Operator |
Tests if two
Planes are different.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public static bool operator !=(
Plane plane1,
Plane plane2
)
Public Shared Operator <> (
plane1 As Plane,
plane2 As Plane
) As Boolean
public:
static bool operator !=(
Plane plane1,
Plane plane2
)
static let inline (<>)
plane1 : Plane *
plane2 : Plane : bool
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