Click or drag to resize

AnglesFEquality 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 ==(
	AnglesF a,
	AnglesF b
)

Parameters

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

Return Value

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