GetHashCode Method (GeographyCollection)
Computes the hash code for the given geographic collection instance.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Function GetHashCode ( _
obj As GeographyCollection _
) As Integer
'Usage
Dim instance As SpatialEquality
Dim obj As GeographyCollection
Dim returnValue As Integer
returnValue = instance.GetHashCode(obj)
public int GetHashCode(
GeographyCollection obj
)
public:
virtual int GetHashCode(
GeographyCollection^ obj
) sealed
abstract GetHashCode :
obj:GeographyCollection -> int
override GetHashCode :
obj:GeographyCollection -> int
public final function GetHashCode(
obj : GeographyCollection
) : int
Parameters
- obj
Type: System.Spatial..::..GeographyCollection
The geographic collection instance.
Return Value
Type: System..::..Int32
The hash code for the given geographic collection instance.
Implements
IEqualityComparer< (Of < ( <'T> ) > ) >..::..GetHashCode(T)