Click or drag to resize

ConeInequality Operator

Determines whether two given cones are unequal.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool operator !=(
	Cone v1,
	Cone v2
)

Parameters

v1  Cone
The first cone to compare.
v2  Cone
The second cone to compare.

Return Value

Boolean
True if the cones are unequal; False otherwise.
See Also