GeoCoordinate.Equality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether two GeoCoordinate objects are equal.
Assembly: System.Device (in System.Device.dll)
'Declaration Public Shared Operator = ( _ left As GeoCoordinate, _ right As GeoCoordinate _ ) As Boolean
Parameters
- left
- Type: System.Device.Location.GeoCoordinate
The first GeoCoordinate to test for equality.
- right
- Type: System.Device.Location.GeoCoordinate
The second GeoCoordinate to test for equality.
Return Value
Type: System.BooleanReturns Boolean. true if the latitude and longitude values of both GeoCoordinate objects are equal; otherwise, false.
Show: