GeoCoordinate.Equals Method (Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified object is a GeoCoordinate that has the same latitude and longitude values as this one.
Assembly: System.Device (in System.Device.dll)
Parameters
- obj
- Type: System.Object
The object to compare with the current instance.
Return Value
Type: System.BooleanReturns Boolean. true if the latitude and longitude properties of both objects have the same value.
Show: