Arc.Equals Method (Object)

ArcEquals 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)
Syntax
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean

Parameters

obj
Type: SystemObject
An object.

Return Value

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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also