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