[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.GridLayout.Equals

Equals Method

Equals(object)

Compare the GridLayout 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 GridLayout object.

Returns
Type Description
bool
Overrides