Click or drag to resize

ConeInequality Operator

Determines whether two given cones are unequal.

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

Parameters

v1
Type: NeoAxisCone
The first cone to compare.
v2
Type: NeoAxisCone
The second cone to compare.

Return Value

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