[]
Determines the index of the stripe in the collection.
public int IndexOf(Stripe item)
Public Function IndexOf(item As Stripe) As Integer
Type | Name | Description |
---|---|---|
Stripe | item | Stripe to locate in collection. |
Type | Description |
---|---|
int | Index of the stripe if stripe is found in the collection; otherwise, -1. |