Plane.Inequality Operator

PlaneInequality Operator

Determines if two planes are different.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool operator !=(
	Plane a,
	Plane b
)
Public Shared Operator <> ( 
	a As Plane,
	b As Plane
) As Boolean

Parameters

a
Type: Rhino.GeometryPlane
A first plane.
b
Type: Rhino.GeometryPlane
A second plane.

Return Value

Type: Boolean
true if the two planes have any different componet components; false otherwise.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also