GraphCategoryCollection.Contains(GraphCategory) Method

Definition

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.

Implements

Applies to