TextRangeProviderWrapperCompare - метод

Returns a value that indicates whether the span (the Start endpoint to the End endpoint) of a text range is the same as another text range.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public bool Compare(
	ITextRangeProvider range
)

Параметры

range  ITextRangeProvider
A text range to compare.

Возвращаемое значение

Boolean
if the span of both text ranges is identical; otherwise .

Реализации

ITextRangeProviderCompare(ITextRangeProvider)

Исключения

ArgumentExceptionIf the range being compared does not come from the same text provider.

См. также