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.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
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.
Boolean if the span of both text ranges is identical; otherwise
.
ITextRangeProviderCompare(ITextRangeProvider) ArgumentException | If the range being compared does not come from the same text provider. |