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