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