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。

适用于