DegreesMinutesSecondsEquals Method (DegreesMinutesSeconds) |
Indicates whether another instance of this type is exactly equal to this instance.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Equals(
DegreesMinutesSeconds other
)
Public Function Equals (
other As DegreesMinutesSeconds
) As Boolean
public:
virtual bool Equals(
DegreesMinutesSeconds other
) sealed
abstract Equals :
other : DegreesMinutesSeconds -> bool
override Equals :
other : DegreesMinutesSeconds -> bool
Parameters
- other
- Type: AGI.FoundationDegreesMinutesSeconds
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