Equals
Leave feedback
On this page
Determines whether this instance is equal with specified “AudioType” instance
public bool Equals(AudioType other)
| Parameter | Type | Description |
|---|---|---|
| other | AudioType | Other AudioType instance to check with this |
True if are equal, false if are unequal
- struct AudioType
- namespace GroupDocs.Editor.HtmlCss.Resources.Audio
- assembly GroupDocs.Editor
Determines whether this instance is equal with specified uncasted object, which presumably is another “AudioType” instance
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | Other instance presumably of AudioType struct, that was boxed to System.Object |
True if are equal, false if are unequal
- struct AudioType
- namespace GroupDocs.Editor.HtmlCss.Resources.Audio
- 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.