ITextParagraphFormat.IsEqual(ITextParagraphFormat) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷這個段落格式物件是否具有與指定段落格式物件相同的屬性。
public:
bool IsEqual(ITextParagraphFormat ^ format);
bool IsEqual(ITextParagraphFormat const& format);
public bool IsEqual(ITextParagraphFormat format);
function isEqual(format)
Public Function IsEqual (format As ITextParagraphFormat) As Boolean
參數
- format
- ITextParagraphFormat
要比較的段落格式物件。
傳回
Boolean
bool
如果物件具有相同的屬性,則為 True,否則為 false。