Contains
Leave feedback
On this page
Determines whether the collection contains a specific item.
public bool Contains(T item)
| Parameter | Type | Description |
|---|---|---|
| item | T | The item to locate in the collection. |
True if the item is found in the collection; otherwise, false.
- class ReadOnlyList<T>
- namespace GroupDocs.Metadata.Common
- assembly GroupDocs.Metadata
Determines whether the collection contains a TagCategory item.
public bool Contains(TagCategory item)
| Parameter | Type | Description |
|---|---|---|
| item | TagCategory | The item to locate in the collection. |
True if the item is found in the collection; otherwise, false.
- class TagCategory
- class ReadOnlyList<T>
- namespace GroupDocs.Metadata.Common
- assembly GroupDocs.Metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.