[]
Determines whether the Collection contains the given Legend
public bool Contains(Legend value)
| Type | Name | Description |
|---|---|---|
| Legend | value | The Legend to find within the collection |
| Type | Description |
|---|---|
| bool |
if the collection contains the
parameter given; otherwise,
. |