[]
Determines whether the collection contains a specific axis.
public bool Contains(RadarValueAxis item)
Public Function Contains(item As RadarValueAxis) As Boolean
Type | Name | Description |
---|---|---|
RadarValueAxis | item | Axis to locate in collection. |
Type | Description |
---|---|
bool | true if axis is found in the collection; otherwise, false. |