[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Border.Equals

Equals Method

Equals(object)

Compare the Border object to another System.Object and check if the two are equal.

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

System.Object to compare with Border object.

Returns
Type Description
bool

Boolean type. Returns True if the Border object is equal to System.Object. Otherwise it is False.

Overrides