ITextParagraphFormat.IsEqual(ITextParagraphFormat) 方法

定義

判斷這個段落格式物件是否具有與指定段落格式物件相同的屬性。

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。

適用於