Share via


QuadKey.Equality Operator

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

Syntax

'Declaration
Public Shared Operator = ( _
    tile1 As QuadKey, _
    tile2 As QuadKey _
) As Boolean
public static bool operator ==(
    QuadKey tile1,
    QuadKey tile2
)
public:
static bool operator ==(
    QuadKey tile1, 
    QuadKey tile2
)
static let inline(=)
        tile1:QuadKey * 
        tile2:QuadKey  : bool

Parameters

Return Value

Type: System.Boolean

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

QuadKey Structure

Microsoft.Phone.Maps.Controls Namespace