ComputeHashCode Method (GeographicMultiPoint)

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Protected MustOverride Function ComputeHashCode ( _
    obj As GeographicMultiPoint _
) As Integer
'Usage
Dim obj As GeographicMultiPoint
Dim returnValue As Integer

returnValue = Me.ComputeHashCode(obj)
protected abstract int ComputeHashCode(
    GeographicMultiPoint obj
)
protected:
virtual int ComputeHashCode(
    GeographicMultiPoint^ obj
) abstract
abstract ComputeHashCode : 
        obj:GeographicMultiPoint -> int 
protected abstract function ComputeHashCode(
    obj : GeographicMultiPoint
) : int

Parameters

Return Value

Type: System..::..Int32

See Also

Reference

SpatialEquality Class

ComputeHashCode Overload

System.Spatial Namespace