Nutation.Equals Method (Nutation) |
Indicates whether another instance of this type is exactly equal to this instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Equals(
Nutation other
)
Public Function Equals (
other As Nutation
) As Boolean
public:
virtual bool Equals(
Nutation^ other
) sealed
abstract Equals :
other : Nutation -> bool
override Equals :
other : Nutation -> bool
Parameters
- other
- Type: AGI.Foundation.Celestial.Nutation
The instance to compare to this instance.
Return Value
Type:
Booleantrue if
other represents the same value as this instance; otherwise
false.
Implements
IEquatable<T>.Equals(T)
See Also