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