[]
Determines whether the collection contains an entry with a given name.
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | name | Name of the entry to look for. |
| Type | Description |
|---|---|
| bool | True if the collection contains an entry with the given name, false otherwise. |