M_Rhino_Geometry_Plane_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

Plane.Equals Method (Plane)

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Equals(
	Plane plane
)

VB

Public Function Equals ( 
	plane As Plane
) As Boolean

Parameters

 

plane
Type: Rhino.Geometry.Plane
A plane.

Return Value

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

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Plane Structure
Equals Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️