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
tile1
Type: Microsoft.Maps.MapControl.WPF.Core.QuadKeyThe first tile to compare.
tile2
Type: Microsoft.Maps.MapControl.WPF.Core.QuadKeyThe second tile to compare.
Return Value
Type: System.Boolean
Returns Boolean.
See Also
QuadKey Structure
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top