[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayCollection.Contains

Contains Method

Contains(IHoliday)

Returns a value that indicates whether the specified IHoliday is a member of the HolidayCollection.

Declaration
public bool Contains(IHoliday holiday)
Public Function Contains(holiday As IHoliday) As Boolean
Parameters
Type Name Description
IHoliday holiday

An IHoliday for which to check collection membership.

Returns
Type Description
bool

true if the holiday parameter is a member of the HolidayCollection; otherwise, false.