共用方式為


ITextRangeProvider.Compare(ITextRangeProvider) 方法

定義

傳回值,這個值表示文字範圍的起點和終點是否與另一個文字範圍相同。

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

適用於