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