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
- other
Tipo: System.Spatial.CoordinateSystem
Otro sistema de coordenadas.
Valor devuelto
Tipo: System.Boolean
Es True si es igual.