[]
Determines whether the collection contains a specific item.
public bool Contains(StringCollectionItem item)
Public Function Contains(item As StringCollectionItem) As Boolean
Type | Name | Description |
---|---|---|
StringCollectionItem | item | Item to locate in collection. |
Type | Description |
---|---|
bool | true if item is found in the collection; otherwise, false. |