[]
Removes the specified stripe from the collection.
public bool Remove(Stripe item)
Public Function Remove(item As Stripe) As Boolean
Type | Name | Description |
---|---|---|
Stripe | item | Stripe to remove. |
Type | Description |
---|---|
bool | true if item was successfully removed from the collection; otherwise, false. |