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(
	Halfspace right
)
Visual C++
public:
bool Equals(
	Halfspace right
)
F#
member Equals : 
        right:Halfspace -> bool 

Parameters

right
Type: Spherical..::..Halfspace
The right-side halfspace.

Return Value

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

See Also