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 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:
BooleanTrue if the cones are unequal; False otherwise.
See Also