Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 724 Bytes

itextrangeprovider_compare_51940532.md

File metadata and controls

26 lines (18 loc) · 724 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider.Compare(Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider)
winrt method

Microsoft.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