Freigeben über


CoordinateSystem.Equals-Methode (CoordinateSystem)

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

Rückgabewert

Typ: System.Boolean
True, wenn gleich.

Siehe auch

Verweis

CoordinateSystem Klasse

Equals-Überladung

System.Spatial-Namespace