Freigeben über


GeometryPosition.Equals-Methode (GeometryPosition)

Führt den Gleichheitsvergleich für eine räumliche Geometrieposition durch.

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

Syntax

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

returnValue = instance.Equals(other)
public bool Equals(
    GeometryPosition other
)
public:
virtual bool Equals(
    GeometryPosition^ other
) sealed
abstract Equals : 
        other:GeometryPosition -> bool 
override Equals : 
        other:GeometryPosition -> bool 
public final function Equals(
    other : GeometryPosition
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn jedes Koordinatenpaar gleich ist, andernfalls false.

Implementiert

IEquatable<T>.Equals(T)

Siehe auch

Verweis

GeometryPosition Klasse

Equals-Überladung

System.Spatial-Namespace