Returns true if either of specified items exists in the wrapped list.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public bool Contains( IList<DateTime> days ) |
Visual Basic (Declaration) |
---|
Public Function Contains ( _ days As IList(Of DateTime) _ ) As Boolean |
Parameters
- days
- Type: System.Collections.Generic..::..IList<(Of <(<'DateTime>)>)>
A list of DateTime values to search for.