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