M_Rhino_Geometry_Arc_op_Equality - mcneel/rhinocommon-api-docs GitHub Wiki

Arc.Equality Operator

Determines whether two arcs have equal values.

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

Syntax

C#

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

VB

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

Parameters

 

a
Type: Rhino.Geometry.Arc
The first arc.
b
Type: Rhino.Geometry.Arc
The second arc.

Return Value

Type: Boolean
true if all values of the two arcs are exactly equal; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Arc Structure
Rhino.Geometry Namespace

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