ImageFormat.Equals
ImageFormat.Equals method
Returns a value that indicates whether the specified object is an ImageFormat object that is equivalent to this ImageFormat object.
public override bool Equals(object o)
Parameter | Type | Description |
---|---|---|
o | Object | The object to test. |
Return Value
true if o is an ImageFormat object that is equivalent to this ImageFormat object; otherwise, false.
See Also
- class ImageFormat
- namespace Aspose.Drawing.Imaging
- assembly Aspose.Drawing.Common