Determines whether two halfspaces are equal.

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

Syntax

C#
public static bool operator ==(
	Halfspace left,
	Halfspace right
)
Visual C++
public:
static bool operator ==(
	Halfspace left, 
	Halfspace right
)
F#
static let inline (=)
        left:Halfspace * 
        right:Halfspace  : bool

Parameters

left
Type: Spherical..::..Halfspace
Left side halfspace
right
Type: Spherical..::..Halfspace
Right side halfspace

Return Value

Boolean

See Also