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