MobileForms Toolkit Documentation

GeoPosition.Equals Method (Object)

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 obj
);

Parameters

obj
The object to compare with the current instance.

Return Value

Returns System.Boolean. true if the Latitude, Longitude, Altitude and TimeStamp properties of both objects have the same value.

See Also

GeoPosition Class | Resco.Location.GPS Namespace | GeoPosition.Equals Overload List