Freigeben über


GeometryMultiLineString.Equals-Methode (GeometryMultiLineString)

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

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

Parameter

Rückgabewert

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

Siehe auch

Verweis

GeometryMultiLineString Klasse

Equals-Überladung

System.Spatial-Namespace