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.
Gibt die Entspricht-Überladung an.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Function Equals ( _
other As CoordinateSystem _
) As Boolean
'Usage
Dim instance As CoordinateSystem
Dim other As CoordinateSystem
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
CoordinateSystem other
)
public:
bool Equals(
CoordinateSystem^ other
)
member Equals :
other:CoordinateSystem -> bool
public function Equals(
other : CoordinateSystem
) : boolean
Parameter
- other
Typ: System.Spatial.CoordinateSystem
Das andere Koordinatensystem.
Rückgabewert
Typ: System.Boolean
True, wenn gleich.