M_Rhino_Geometry_Arc_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

Arc.Equals Method (Arc)

Determines whether another arc has the same value as this arc.

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

Syntax

C#

public bool Equals(
	Arc other
)

VB

Public Function Equals ( 
	other As Arc
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Arc
An arc.

Return Value

Type: Boolean
true if obj is equal to this arc; otherwise false.

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Arc Structure
Equals Overload
Rhino.Geometry Namespace

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