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