Inequality Operator
Collapse the table of content
Expand the table of content

QuadKey.Inequality Operator

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Determines whether two quadkeys are not equal.

Namespace:  Microsoft.Phone.Maps.Controls
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

'Declaration
Public Shared Operator <> ( _
	tile1 As QuadKey, _
	tile2 As QuadKey _
) As Boolean

Parameters

tile1
Type: Microsoft.Phone.Maps.Controls.QuadKey
The first quadkey to compare.
tile2
Type: Microsoft.Phone.Maps.Controls.QuadKey
The second quadkey to compare.

Return Value

Type: System.Boolean
true if the two quadkeys are not equal; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft