ITextRangeProvider.Compare(ITextRangeProvider) Método

Definición

Devuelve un valor que indica si el tramo (del punto de conexión Start al punto de conexión End) de un intervalo de texto es igual que otro intervalo de texto.

public:
 bool Compare(System::Windows::Automation::Provider::ITextRangeProvider ^ range);
public bool Compare (System.Windows.Automation.Provider.ITextRangeProvider range);
abstract member Compare : System.Windows.Automation.Provider.ITextRangeProvider -> bool
Public Function Compare (range As ITextRangeProvider) As Boolean

Parámetros

range
ITextRangeProvider

Intervalo de texto que se debe comparar.

Devoluciones

true si el tramo de ambos intervalos de texto es idéntico; en caso contrario, false.

Excepciones

Si el intervalo que se compara no proviene del mismo proveedor de texto.

Se aplica a