Contains
Contains(T)
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. | 
Return Value
True if the item is found in the collection; otherwise, false.
See Also
- class ReadOnlyList<T>
 - namespace GroupDocs.Metadata.Common
 - assembly GroupDocs.Metadata
 
Contains(TagCategory)
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. | 
Return Value
True if the item is found in the collection; otherwise, false.
See Also
- class TagCategory
 - class ReadOnlyList<T>
 - namespace GroupDocs.Metadata.Common
 - assembly GroupDocs.Metadata