[]
Determines whether the Collection contains the given Title
public bool Contains(Title value)
Type | Name | Description |
---|---|---|
Title | value | The Title to find within the collection |
Type | Description |
---|---|
bool | if the collection contains the parameter given; otherwise, .
|