Click or drag to resize

ConeEquality 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 ==(
	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 equal; False otherwise.
See Also