PlaneEquals Method (Plane) |
Determines if another plane has the same components as this plane.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Equals(
Plane plane
)
Public Function Equals (
plane As Plane
) As Boolean
Parameters
- plane
- Type: Rhino.GeometryPlane
A plane.
Return Value
Type:
Booleantrue if plane has the same components as this plane; false otherwise.
Implements
IEquatableTEquals(T)
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also