Plane.Equality
Public Operator
Determines if two planes are equal.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**5.0
Syntax
public static bool operator ==( Plane a, Plane b)
Parameters
a
Type: Rhino.Geometry.Plane
A first plane.
b
Type: Rhino.Geometry.Plane
A second plane.
Return Value
Type:Boolean
true if the two planes have all equal components; false otherwise.