Freigeben über


GeographyPosition.Equals-Methode (GeographyPosition)

Führt einen Gleichheitsvergleich für eine räumliche geografische Position durch.

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

Syntax

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

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

Parameter

Rückgabewert

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

Implementiert

IEquatable<T>.Equals(T)

Siehe auch

Verweis

GeographyPosition Klasse

Equals-Überladung

System.Spatial-Namespace