ITextCharacterFormat.IsEqual(ITextCharacterFormat) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この文字書式オブジェクトに、指定した文字書式オブジェクトと同じプロパティがあるかどうかを判断します。
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。