Equals
Equals(FontWeight)
Avgör om angivna FontWeight-instanser är equal
public bool Equals(FontWeight other)
Parameter | Typ | Beskrivning |
---|---|---|
other | FontWeight | Annan FontWeight-instans för att kontrollera likheten |
Returvärde
sant om är lika, falskt om är ojämlika
Se även
- struct FontWeight
- namnutrymme GroupDocs.Editor.HtmlCss.Css.Properties
- hopsättning GroupDocs.Editor
Equals(object)
Avgör om denna FontWeight-instans är lika med specificerad uncasted
public override bool Equals(object obj)
Parameter | Typ | Beskrivning |
---|---|---|
obj | Object | Andra ocastade FontWeight-instanser kan vara null |
Returvärde
sant om är lika, falskt om inte lika, noll eller av annan typ
Se även
- struct FontWeight
- namnutrymme GroupDocs.Editor.HtmlCss.Css.Properties
- hopsättning GroupDocs.Editor