Click or drag to resize

ConeFEquality Operator

Determines whether two given cones are equal.

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

Parameters

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

Return Value

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