EarthOrientationParametersDataEquals Method (EarthOrientationParametersData) |
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: 24.2.419.0 (24.2.419.0)
Syntax public bool Equals(
EarthOrientationParametersData other
)
Public Function Equals (
other As EarthOrientationParametersData
) As Boolean
public:
virtual bool Equals(
EarthOrientationParametersData^ other
) sealed
abstract Equals :
other : EarthOrientationParametersData -> bool
override Equals :
other : EarthOrientationParametersData -> bool
Parameters
- other
- Type: AGI.Foundation.CelestialEarthOrientationParametersData
The instance to compare to this instance.
Return Value
Type:
Boolean if
other represents the same value as this instance; otherwise
.
Implements
IEquatableTEquals(T)See Also