Equals
Contents
[
Hide
]
Equals(AudioType)
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 |
Return Value
True if are equal, false if are unequal
See Also
- struct AudioType
- namespace GroupDocs.Editor.HtmlCss.Resources.Audio
- assembly GroupDocs.Editor
Equals(object)
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 |
Return Value
True if are equal, false if are unequal
See Also
- struct AudioType
- namespace GroupDocs.Editor.HtmlCss.Resources.Audio
- assembly GroupDocs.Editor