Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayCollection Class / Contains Method
An IHoliday for which to check collection membership.


In This Topic
    Contains Method (HolidayCollection)
    In This Topic
    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