[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonStyleInfo.Equals

Equals Method

Equals(object)

Tests whether the given object is equal to this CalculatorButtonStyleInfo.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj

The object to compare to this object.

Returns
Type Description
bool

true if obj is an instance of CalculatorButtonStyleInfo and is equal to this object; otherwise, false.

Overrides