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