GraphCategoryCollection.Contains(GraphCategory) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the collection contains a specific value.
public:
virtual bool Contains(Microsoft::VisualStudio::GraphModel::GraphCategory ^ item);
public bool Contains (Microsoft.VisualStudio.GraphModel.GraphCategory item);
abstract member Contains : Microsoft.VisualStudio.GraphModel.GraphCategory -> bool
override this.Contains : Microsoft.VisualStudio.GraphModel.GraphCategory -> bool
Public Function Contains (item As GraphCategory) As Boolean
Parameters
- item
- GraphCategory
The item to search for.
Returns
True if item is found in the collection otherwise, false.