[]
Determines whether the ImageCollection contains a given key.
public bool Contains(string key)
| Type | Name | Description |
|---|---|---|
| string | key | String that identifies the ImageEntry. |
| Type | Description |
|---|---|
| bool | True if the collection contains an ImageEntry associated with the given key, false otherwise. |
The key parameter is not case-sensitive.