[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubStyle.Equals

Equals Method

Equals(object)

Gets whether the given object equals this instance.

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

An object to be compared.

Returns
Type Description
bool

The bool type that indicates if the object is the same as the current instance.

Overrides