TextRangeProviderWrapper.Compare - метод
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.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.23
public bool Compare(
ITextRangeProvider range
)
Public Function Compare (
range As ITextRangeProvider
) As Boolean
public:
virtual bool Compare(
ITextRangeProvider^ range
) sealed
abstract Compare :
range : ITextRangeProvider -> bool
override Compare :
range : ITextRangeProvider -> bool
- range ITextRangeProvider
- A text range to compare.
Booleantrue if the span of both text ranges is identical; otherwise
false.
ITextRangeProvider.Compare(ITextRangeProvider) ArgumentException | If the range being compared does not come from the same text provider. |