GeoCoordinate.Equals Method (GeoCoordinate)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified GeoCoordinate has the same latitude and longitude values as this one.
Assembly: System.Device (in System.Device.dll)
Parameters
- other
- Type: System.Device.Location.GeoCoordinate
The GeoCoordinate 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; otherwise, false.
Implements
IEquatable(Of T).Equals(T)
Show: