[]
Determines whether an element is in the collection.
public bool Contains(TWrapperItem item)
Public Function Contains(item As TWrapperItem) As Boolean
| Type | Name | Description |
|---|---|---|
| TWrapperItem | item | The object to locate in the collection. |
| Type | Description |
|---|---|
| bool | true if item is found in the collection; otherwise, false. |