[]
Determines whether the ImageCollection contains a given key.
public bool Contains(ImageEntry entry)
Type | Name | Description |
---|---|---|
ImageEntry | entry | ImageEntry to locate in the collection. |
Type | Description |
---|---|
bool | True if the collection contains |
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.