ITextRangeProvider.Compare(ITextRangeProvider) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示文本范围的起点和终点是否与另一个文本范围相同。
public:
bool Compare(ITextRangeProvider ^ textRangeProvider);
bool Compare(ITextRangeProvider const& textRangeProvider);
public bool Compare(ITextRangeProvider textRangeProvider);
function compare(textRangeProvider)
Public Function Compare (textRangeProvider As ITextRangeProvider) As Boolean
参数
- textRangeProvider
- ITextRangeProvider
要与实现对等方的文本范围进行比较的文本范围。
返回
Boolean
bool
如果两个文本范围的跨度相同,则为 true;否则为 false。