Click or drag to resize

AnglesInequality 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 !=(
	Angles a,
	Angles b
)

Parameters

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

Return Value

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