Equals
Equals(FontWeight)
判断指定的FontWeight实例是否相等
public bool Equals(FontWeight other)
范围 | 类型 | 描述 |
---|---|---|
other | FontWeight | 其他用于检查相等性的 FontWeight 实例 |
返回值
如果相等则为真,如果不相等则为假
也可以看看
- struct FontWeight
- 命名空间 GroupDocs.Editor.HtmlCss.Css.Properties
- 部件 GroupDocs.Editor
Equals(object)
确定此 FontWeight 实例是否等于指定的 uncasted
public override bool Equals(object obj)
范围 | 类型 | 描述 |
---|---|---|
obj | Object | 其他未转换的 FontWeight 实例,可能为 null |
返回值
如果相等则为 true,如果不相等则为 false,为 null 或其他类型
也可以看看
- struct FontWeight
- 命名空间 GroupDocs.Editor.HtmlCss.Css.Properties
- 部件 GroupDocs.Editor