Equals
inhoud
[
verbergen
]
Equals(FontType)
Bepaalt of deze instantie gelijk is aan opgegeven “FontType” instantie
public bool Equals(FontType other)
Parameter | Type | Beschrijving |
---|---|---|
other | FontType | Andere FontType-instantie om hiermee te controleren |
Winstwaarde
Waar als ze gelijk zijn, onwaar als ze ongelijk zijn
Zie ook
- struct FontType
- naamruimte GroupDocs.Editor.HtmlCss.Resources.Fonts
- montage GroupDocs.Editor
Equals(object)
Bepaalt of deze instantie gelijk is aan het opgegeven niet-gecaste object, dat vermoedelijk een andere “FontType”-instantie is
public override bool Equals(object obj)
Parameter | Type | Beschrijving |
---|---|---|
obj | Object | Ander exemplaar vermoedelijk van FontType struct, dat was ingesloten in System.Object |
Winstwaarde
Waar als ze gelijk zijn, onwaar als ze ongelijk zijn
Zie ook
- struct FontType
- naamruimte GroupDocs.Editor.HtmlCss.Resources.Fonts
- montage GroupDocs.Editor