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