| AnglesEquals Method (Angles, Double) | 
 
            Determines whether the specified Euler angles are equal to the current instance of 
Angles
            with a given precision.
            
 
    Namespace: 
   NeoAxis
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic bool Equals(
	Angles a,
	double epsilon
)
Parameters
- a
- Type: NeoAxisAngles
 The Euler angles to compare.
- epsilon
- Type: SystemDouble
 The precision value.
Return Value
Type: 
BooleanTrue if the specified Euler angles are equal to the current instance of 
Angles; False otherwise.
 See Also
See Also