[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.ChartHitTestResult.Equals

Equals Method

Equals(HitTestResult)

Indicates whether the current object is equal to another object of the same type.

Declaration
public override bool Equals(HitTestResult other)
Public Overrides Function Equals(other As HitTestResult) As Boolean
Parameters
Type Name Description
HitTestResult other

An object to compare with this object.

Returns
Type Description
bool

true if the current object is equal to the other parameter; otherwise, false.

Overrides
GrapeCity.Spreadsheet.Drawing.HitTestResult.Equals(GrapeCity.Spreadsheet.Drawing.HitTestResult)