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。

适用于