Determines whether the specified GeoPosition has the same Latitude, Longitude, Altitude and TimeStamp values as this one.
Inherited from GeoPoint.
public bool Equals(GeoPoint);
Determines whether the specified GeoPosition has the same Latitude, Longitude, Altitude and TimeStamp values as this one.
public bool Equals(GeoPosition);
Determines whether the specified object is a GeoPosition that has the same Latitude, Longitude, Altitude and TimeStamp values as this one.
public override bool Equals(object);
GeoPosition Class | Resco.Location.GPS Namespace