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