Equals
Equals(FontWeight)
Bepaalt of opgegeven FontWeight-instanties gelijk zijn
public bool Equals(FontWeight other)
Parameter | Type | Beschrijving |
---|---|---|
other | FontWeight | Andere FontWeight-instantie om de gelijkheid te controleren |
Winstwaarde
waar als ze gelijk zijn, onwaar als ze ongelijk zijn
Zie ook
- struct FontWeight
- naamruimte GroupDocs.Editor.HtmlCss.Css.Properties
- montage GroupDocs.Editor
Equals(object)
Bepaalt of deze instantie FontWeight gelijk is aan opgegeven uncasted
public override bool Equals(object obj)
Parameter | Type | Beschrijving |
---|---|---|
obj | Object | Andere niet-gecaste FontWeight-instantie kan null zijn |
Winstwaarde
waar als ze gelijk zijn, onwaar als ze niet gelijk zijn, null of van een ander type
Zie ook
- struct FontWeight
- naamruimte GroupDocs.Editor.HtmlCss.Css.Properties
- montage GroupDocs.Editor