Spread Windows Forms 12.0 Product Documentation
Contains Method (HolidayCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > HolidayCollection Class : Contains Method
An IHoliday for which to check collection membership.
Returns a value that indicates whether the specified IHoliday is a member of the HolidayCollection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal holiday As IHoliday _
) As Boolean
'Usage
 
Dim instance As HolidayCollection
Dim holiday As IHoliday
Dim value As Boolean
 
value = instance.Contains(holiday)
public bool Contains( 
   IHoliday holiday
)

Parameters

holiday
An IHoliday for which to check collection membership.

Return Value

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

Reference

HolidayCollection Class
HolidayCollection Members