M_Rhino_Geometry_Plane_op_Equality - mcneel/rhinocommon-api-docs GitHub Wiki

Plane.Equality Operator

Determines if two planes are equal.

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

Syntax

C#

public static bool operator ==(
	Plane a,
	Plane b
)

VB

Public Shared Operator = ( 
	a As Plane,
	b As Plane
) As Boolean

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Plane Structure
Rhino.Geometry Namespace

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