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