Equals
Leave feedback
On this page
Determines whether this instance is equal with specified “TextType” instance
public bool Equals(TextType other)
| Parameter | Type | Description |
|---|---|---|
| other | TextType | Other TextType instance, that should be compared with this on equality |
Returns true if are equal or false if are unequal
- struct TextType
- namespace GroupDocs.Editor.HtmlCss.Resources.Textual
- assembly GroupDocs.Editor
Determines whether this instance is equal with specified uncasted object, which presumably is another “TextType” instance
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | Other TextType instance, that is boxed to object |
Returns true if are equal or false if are unequal
- struct TextType
- namespace GroupDocs.Editor.HtmlCss.Resources.Textual
- 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.