[]
Determines whether the collection contains an entry with a given name.
public bool Contains(string name)
| 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. |