Plane.Equals Method (Plane)

PlaneEquals Method (Plane)

Determines if another plane has the same components as this plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Equals(
	Plane plane
)
Public Function Equals ( 
	plane As Plane
) As Boolean

Parameters

plane
Type: Rhino.GeometryPlane
A plane.

Return Value

Type: Boolean
true if plane has the same components as this plane; false otherwise.

Implements

IEquatableTEquals(T)
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also