Share via


QuadKey.Equality Operator (QuadKey, QuadKey)

 

Determines whether two tiles are equal.

Namespace:   Microsoft.Maps.MapControl.WPF.Core
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean

Returns Boolean.

See Also

QuadKey Structure
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top