ITextCharacterFormat.IsEqual(ITextCharacterFormat) メソッド

定義

この文字書式オブジェクトに、指定した文字書式オブジェクトと同じプロパティがあるかどうかを判断します。

public:
 bool IsEqual(ITextCharacterFormat ^ format);
bool IsEqual(ITextCharacterFormat const& format);
public bool IsEqual(ITextCharacterFormat format);
function isEqual(format)
Public Function IsEqual (format As ITextCharacterFormat) As Boolean

パラメーター

format
ITextCharacterFormat

比較対象の文字書式オブジェクト。

戻り値

Boolean

bool

オブジェクトに同じプロパティがある場合は True、そうでない場合は false。

適用対象