Click or drag to resize

AnglesFInequality Operator

Determines whether two given Euler angles are unequal.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool operator !=(
	AnglesF a,
	AnglesF b
)

Parameters

a  AnglesF
The first Euler angles to compare.
b  AnglesF
The second Euler angles to compare.

Return Value

Boolean
True if the Euler angles are unequal; False otherwise.
See Also