Implements the equality check.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public bool Equals(
	Arc right
)
Visual C++
public:
bool Equals(
	Arc^ right
)
F#
member Equals : 
        right:Arc -> bool 

Parameters

right
Type: Spherical..::..Arc
The right-side Arc.

Return Value

[Missing <returns> documentation for "M:Spherical.Arc.Equals(Spherical.Arc)"]

See Also