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。