[]
Returns true if specified item exists in the Collection.
public bool Contains(DateTime item)
Public Function Contains(item As Date) As Boolean
| Type | Name | Description |
|---|---|---|
| DateTime | item | An item to search for. |
| Type | Description |
|---|---|
| bool | True if item exists in the Collection. |