'Usage Dim instance As HolidayCollection Dim holiday As IHoliday Dim value As Boolean value = instance.Contains(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.