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