Equals
Equals(WebFont)
Bepaalt of deze instantie van WebFont gelijk is aan gespecificeerd
public bool Equals(WebFont other)
| Parameter | Type | Beschrijving | 
|---|---|---|
| other | WebFont | Een ander WebFont om gelijkheid te controleren, kan NULL zijn | 
Winstwaarde
waar als gelijk, onwaar als ongelijk
Zie ook
- class WebFont
 - naamruimte GroupDocs.Editor.Options
 - montage GroupDocs.Editor
 
Equals(object)
Bepaalt of deze instantie van WebFont gelijk is aan het opgegeven niet-gecaste object
public override bool Equals(object obj)
| Parameter | Type | Beschrijving | 
|---|---|---|
| obj | Object | Object, dat naar verwachting eenWebFont voorbeeld | 
Winstwaarde
waar als gelijk, onwaar als ongelijk
Zie ook
- class WebFont
 - naamruimte GroupDocs.Editor.Options
 - montage GroupDocs.Editor