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 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
- other
Typ: System.Spatial.GeometryPosition
Die andere Position.
Rückgabewert
Typ: System.Boolean
true , wenn jedes Koordinatenpaar gleich ist, andernfalls false.