Skip to content

M_Rhino_Geometry_Arc_Equals

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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

Clone this wiki locally