GeoCoordinate.Inequality 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 not 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 inequality.
- right
- Type: System.Device.Location.GeoCoordinate
The second GeoCoordinate to test for inequality.
Return Value
Type: System.BooleanReturns Boolean. true if the latitude and longitude values of both GeoCoordinate objects are not equal; otherwise, false.
Show: