Freigeben über


GeometryMultiPoint.Equals-Methode (GeometryMultiPoint)

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 GeometryMultiPoint _
) As Boolean
'Usage
Dim instance As GeometryMultiPoint
Dim other As GeometryMultiPoint
Dim returnValue As Boolean

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

Parameter

Rückgabewert

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

Siehe auch

Verweis

GeometryMultiPoint Klasse

Equals-Überladung

System.Spatial-Namespace