Equals
Equals(FontWeight)
Bestimmt, ob angegebene FontWeight-Instanzen gleich sind
public bool Equals(FontWeight other)
Parameter | Typ | Beschreibung |
---|---|---|
other | FontWeight | Andere FontWeight-Instanz, um die Gleichheit zu prüfen |
Rückgabewert
wahr, wenn sie gleich sind, falsch, wenn sie ungleich sind
Siehe auch
- struct FontWeight
- namensraum GroupDocs.Editor.HtmlCss.Css.Properties
- Montage GroupDocs.Editor
Equals(object)
Bestimmt, ob diese FontWeight-Instanz gleich dem angegebenen uncasted ist
public override bool Equals(object obj)
Parameter | Typ | Beschreibung |
---|---|---|
obj | Object | Eine andere nicht umgewandelte FontWeight-Instanz kann null sein |
Rückgabewert
wahr, wenn gleich, falsch, wenn nicht gleich, null oder von anderem Typ
Siehe auch
- struct FontWeight
- namensraum GroupDocs.Editor.HtmlCss.Css.Properties
- Montage GroupDocs.Editor