Coordinate Methods |
The Coordinate type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals |
Returns true if the other object represents the same coordinate as this one. Two coordinates are equal if
their Latitude, Longitude, Altitude and GroundSpeed
are equal - the other properties are not considered.
(Overrides ObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
See base docs.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
See base docs.
(Overrides ObjectToString.) |