[]
Removes the first occurrence of a specific object from the collection.
public bool Remove(ArticleBead item)
| Type | Name | Description |
|---|---|---|
| ArticleBead | item | The object to remove from the collection. |
| Type | Description |
|---|---|
| bool | true if item was actually removed, false otherwise. |