Freigeben über


GeographyCollection.Equals-Methode (GeographyCollection)

Bestimmt, ob diese Instanz und eine andere angegebene Geografieinstanz den gleichen Wert haben.

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

Syntax

'Declaration
Public Function Equals ( _
    other As GeographyCollection _
) As Boolean
'Usage
Dim instance As GeographyCollection
Dim other As GeographyCollection
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    GeographyCollection other
)
public:
bool Equals(
    GeographyCollection^ other
)
member Equals : 
        other:GeographyCollection -> bool 
public function Equals(
    other : GeographyCollection
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn der Wertparameter den gleichen Wert hat wie diese Instanz; andernfalls false.

Siehe auch

Verweis

GeographyCollection Klasse

Equals-Überladung

System.Spatial-Namespace