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