ComputeHashCode Method (GeometryCollection)
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected MustOverride Function ComputeHashCode ( _
obj As GeometryCollection _
) As Integer
'Usage
Dim obj As GeometryCollection
Dim returnValue As Integer
returnValue = Me.ComputeHashCode(obj)
protected abstract int ComputeHashCode(
GeometryCollection obj
)
protected:
virtual int ComputeHashCode(
GeometryCollection^ obj
) abstract
abstract ComputeHashCode :
obj:GeometryCollection -> int
protected abstract function ComputeHashCode(
obj : GeometryCollection
) : int
Parameters
- obj
Type: System.Spatial..::..GeometryCollection
Return Value
Type: System..::..Int32