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 ==(
Angles a,
Angles b
)
Parameters
- a Angles
- The first Euler angles to compare.
- b Angles
- The second Euler angles to compare.
Return Value
BooleanTrue if the Euler angles are equal; False otherwise.
See Also