GetHashCode Method (GeographicPoint)

Computes the hash code for the given geographic point instance.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Function GetHashCode ( _
    obj As GeographicPoint _
) As Integer
'Usage
Dim instance As SpatialEquality
Dim obj As GeographicPoint
Dim returnValue As Integer

returnValue = instance.GetHashCode(obj)
public int GetHashCode(
    GeographicPoint obj
)
public:
virtual int GetHashCode(
    GeographicPoint^ obj
) sealed
abstract GetHashCode : 
        obj:GeographicPoint -> int 
override GetHashCode : 
        obj:GeographicPoint -> int 
public final function GetHashCode(
    obj : GeographicPoint
) : int

Parameters

Return Value

Type: System..::..Int32
The hash code for the given geographic point instance.

Implements

IEqualityComparer< (Of < ( <'T> ) > ) >..::..GetHashCode(T)

See Also

Reference

SpatialEquality Class

GetHashCode Overload

System.Spatial Namespace