共用方式為


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。

適用於