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。