Equals
Leave feedback
On this page
Indicates whether this instance of the quote type is equal to specified
public bool Equals(QuoteType other)
| Parameter | Type | Description |
|---|---|---|
| other | QuoteType | Other instance of QuoteType to check |
true if are equal, false if are unequal
- struct QuoteType
- namespace GroupDocs.Editor.HtmlCss.Serialization
- assembly GroupDocs.Editor
Indicates whether this instance of the quote type is equal to specified uncasted
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | Uncasted object, expected to be of QuoteType type |
true if are equal, false if are unequal
- struct QuoteType
- namespace GroupDocs.Editor.HtmlCss.Serialization
- 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.