Determines whether two given cones are equal.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool operator ==(
ConeF v1,
ConeF v2
)
Parameters
- v1 ConeF
- The first cone to compare.
- v2 ConeF
- The second cone to compare.
Return Value
BooleanTrue if the cones are equal; False otherwise.
See Also