[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Line.Equals

Equals Method

Equals(object)

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

Returns
Type Description
bool

Boolean type. Returns True if the two are equal. Otherwise it is False.

Overrides