[]
Returns a value that indicates whether the specified IHoliday is a member of the HolidayCollection.
public bool Contains(IHoliday holiday)
Public Function Contains(holiday As IHoliday) As Boolean
Type | Name | Description |
---|---|---|
IHoliday | holiday | An IHoliday for which to check collection membership. |
Type | Description |
---|---|
bool | true if the holiday parameter is a member of the HolidayCollection; otherwise, false. |