[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Image.Equals

Equals Method

Equals(object)

Performs a comparison of two Image objects by value.

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

The Image for comparison.

Returns
Type Description
bool

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

Overrides