Location.GetHashCode Method ()
Retrieves the hash code for this location.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer
Return Value
Type: System.Int32
Returns Int32.
See Also
Location Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top