Click or drag to resize

AnglesEquality Operator

Determines whether two given Euler angles are equal.

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

Parameters

a
Type: NeoAxisAngles
The first Euler angles to compare.
b
Type: NeoAxisAngles
The second Euler angles to compare.

Return Value

Type: Boolean
True if the Euler angles are equal; False otherwise.
See Also