Equals
Equals(FontSize)
Bepaalt of deze font-size instantie gelijk is aan gespecificeerd
public bool Equals(FontSize other)
Parameter | Type | Beschrijving |
---|---|---|
other | FontSize | Andere instantie van lettergrootte |
Winstwaarde
waar als ze gelijk zijn, anders onwaar
Zie ook
- struct FontSize
- naamruimte GroupDocs.Editor.HtmlCss.Css.Properties
- montage GroupDocs.Editor
Equals(object)
Bepaalt of deze font-size instantie gelijk is aan gespecificeerde uncasted
public override bool Equals(object obj)
Parameter | Type | Beschrijving |
---|---|---|
obj | Object | Andere niet-gecaste instanties met lettergrootte kunnen null zijn |
Winstwaarde
waar als ze gelijk zijn, onwaar als ze niet gelijk zijn, null of van een ander type
Zie ook
- struct FontSize
- naamruimte GroupDocs.Editor.HtmlCss.Css.Properties
- montage GroupDocs.Editor