Equals
Leave feedback
On this page
Determines whether this font-style instance is equal to specified
public bool Equals(FontStyle other)
| Parameter | Type | Description |
|---|---|---|
| other | FontStyle | Other font-style instance |
true if are equal, false otherwise
- struct FontStyle
- namespace GroupDocs.Editor.HtmlCss.Css.Properties
- assembly GroupDocs.Editor
Determines whether this font-style instance is equal to specified uncasted
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | Other uncasted font-style instance, may be null |
true if are equal, false if not equal, null or of other type
- struct FontStyle
- namespace GroupDocs.Editor.HtmlCss.Css.Properties
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.