Equals
Equals(QuoteType)
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 |
Return Value
true if are equal, false if are unequal
See Also
- struct QuoteType
- namespace GroupDocs.Editor.HtmlCss.Serialization
- assembly GroupDocs.Editor
Equals(object)
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 |
Return Value
true if are equal, false if are unequal
See Also
- struct QuoteType
- namespace GroupDocs.Editor.HtmlCss.Serialization
- assembly GroupDocs.Editor