[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Imaging.ImageFormat.Equals

Equals Method

Equals(object)

Performs a comparison of two ImageFormat objects by value.

Declaration
public override bool Equals(object o)
Parameters
Type Name Description
object o

The ImageFormat for comparison.

Returns
Type Description
bool

Returns True if the two objects are identical, otherwise False.

Overrides