Returns true if specified item exists in the wrapped list.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool Contains(
	DateTime item
)
Visual Basic (Declaration)
Public Function Contains ( _
	item As DateTime _
) As Boolean

Parameters

item
Type: System..::..DateTime
An item to search for.

Return Value

True if item exists in the wrapped list.

See Also