[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.ImageInfo.Equals

Equals Method

Equals(ImageInfo)

Determines whether the specified ImageInfo is equal to the current ImageInfo.

Declaration
public bool Equals(ImageInfo other)
Parameters
Type Name Description
ImageInfo other

The ImageInfo to compare with the current ImageInfo.

Returns
Type Description
bool

true if the specified ImageInfo is equal to the current ImageInfo; otherwise, false.

Equals(object)

Determines whether the specified object is equal to the current ImageInfo.

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

The object to compare with the current ImageInfo.

Returns
Type Description
bool

true if the specified object is equal to the current ImageInfo; otherwise, false.

Overrides