Determines whether two given Euler angles are equal.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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
BooleanTrue if the Euler angles are equal; False otherwise.
See Also