Compartir a través de


CoordinateSystem.Equals Método (CoordinateSystem)

Indica la sobrecarga Equals.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public Function Equals ( _
    other As CoordinateSystem _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

Tipo: System.Boolean
Es True si es igual.

Vea también

Referencia

CoordinateSystem Clase

Sobrecarga de Equals

Espacio de nombres System.Spatial