PositionOrigin.GetHashCode Method ()

 

Retrieves the hash code for this position origin.

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

PositionOrigin Structure
Microsoft.Maps.MapControl.WPF Namespace

Return to top