[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekStyle.Equals

Equals Method

Equals(object)

Determines whether two object instances are equal.

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 with the current DayOfWeekStyle.

Returns
Type Description
bool

true if value is an instance of DayOfWeekStyle and equals the value of this instance; otherwise, false.

Overrides