Click or drag to resize
Coordinate Methods

The Coordinate type exposes the following members.

Methods
  NameDescription
Public methodEquals
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).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
See base docs.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
See base docs.
(Overrides ObjectToString.)
Top
See Also