M_Rhino_Geometry_Plane_op_Inequality - mcneel/rhinocommon-api-docs GitHub Wiki
Determines if two planes are different.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool operator !=(
Plane a,
Plane b
)
VB
Public Shared Operator <> (
a As Plane,
b As Plane
) As Boolean
- a
- Type: Rhino.Geometry.Plane
A first plane. - b
- Type: Rhino.Geometry.Plane
A second plane.
Type: Boolean
true if the two planes have any different componet components; false otherwise.
Supported in: 6.0.16224.21491, 5D58w