Contains(DateTime) Method
Returns true if specified item exists in the wrapped list.
public System.bool Contains(
System.DateTime
)
'Declaration
Public Overloads Function Contains( _
ByVal As System.Date _
) As System.Boolean
Parameters
- item
- An item to search for.
Return Value
True if item exists in the wrapped list.