[]
Determines whether an element is in the collection.
public bool Contains(ArticleBead item)
| Type | Name | Description |
|---|---|---|
| ArticleBead | item | The object to locate in the collection. |
| Type | Description |
|---|---|
| bool | true if item is found in the collection; otherwise, false. |