Freigeben über


GeometryCollection.Equals-Methode (GeometryCollection)

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

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

Syntax

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

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

Parameter

Rückgabewert

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

Siehe auch

Verweis

GeometryCollection Klasse

Equals-Überladung

System.Spatial-Namespace