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