Determines whether the the vector is equal to the specified vector.

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

Syntax

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

Parameters

right
Type: Spherical..::..Cartesian

[Missing <param name="right"/> documentation for "M:Spherical.Cartesian.Equals(Spherical.Cartesian)"]

Return Value

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

See Also