Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 720 Bytes

itextrangeprovider_compare_1045829848.md

File metadata and controls

28 lines (18 loc) · 720 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.Compare(Windows.UI.Xaml.Automation.Provider.ITextRangeProvider)
winrt method

Windows.UI.Xaml.Automation.Provider.ITextRangeProvider.Compare

-description

Returns a value that indicates whether the start and end points of a text range are the same as another text range.

-parameters

-param textRangeProvider

A text range to compare to the implementing peer's text range.

-returns

true if the span of both text ranges is identical; otherwise, false.

-remarks

-examples

-see-also