Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- other
Typ: System.Spatial.GeographyPosition
Die andere Position.
Rückgabewert
Typ: System.Boolean
true , wenn jedes Koordinatenpaar gleich ist, andernfalls false.