Returns true if either of specified items exists in the wrapped list.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public bool Contains(
	IList<DateTime> days
)
Visual Basic
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.

Return Value

True if at least one of specified items exists in the wrapped list.

See Also