Share via


QuadKey.Equals Method (QuadKey)

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

Syntax

'Declaration
Public Function Equals ( _
    other As QuadKey _
) As Boolean
public bool Equals(
    QuadKey other
)
public:
virtual bool Equals(
    QuadKey other
) sealed
abstract Equals : 
        other:QuadKey -> bool  
override Equals : 
        other:QuadKey -> bool

Parameters

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

QuadKey Structure

Equals Overload

Microsoft.Phone.Maps.Controls Namespace