M_Rhino_Geometry_Arc_Equals_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Arc.Equals Method (Object)

Determines whether another object is an arc and has the same value as this arc.

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

Syntax

C#

public override bool Equals(
	Object obj
)

VB

Public Overrides Function Equals ( 
	obj As Object
) As Boolean

Parameters

 

obj
Type: System.Object
An object.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Arc Structure
Equals Overload
Rhino.Geometry Namespace

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