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。

適用対象