Equals
Leave feedback
On this page
Determines whether this instance is equal to the specified IDocumentFormat instance.
public bool Equals(IDocumentFormat other)
| Parameter | Type | Description |
|---|---|---|
| other | IDocumentFormat | The IDocumentFormat instance to compare with the current instance. |
true if the specified IDocumentFormat is equal to the current instance; otherwise, false.
- interface IDocumentFormat
- class DocumentFormatBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor
Determines whether this instance is equal to the specified DocumentFormatBase instance.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The DocumentFormatBase instance to compare with the current instance. |
true if the specified DocumentFormatBase is equal to the current instance; otherwise, false.
- class DocumentFormatBase
- namespace GroupDocs.Editor.Formats.Abstraction
- 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.