'Declaration Public Overloads Shadows Function Contains( _ ByVal range As CalendarDateRange _ ) As Boolean
'Usage Dim instance As BlackoutDatesCollection Dim range As CalendarDateRange Dim value As Boolean value = instance.Contains(range)
public new bool Contains( CalendarDateRange range )
Parameters
- range
- The GrapeCity.Windows.InputMan.CalendarDateRange.
Return Value
true if all dates in the GrapeCity.Windows.InputMan.CalendarDateRange are contained in the collection; otherwise, false.