Share via


GraphPropertyCollection.Contains(GraphProperty) Method

Definition

Determines whether the collection contains a specific value

public:
 virtual bool Contains(Microsoft::VisualStudio::GraphModel::GraphProperty ^ item);
public bool Contains (Microsoft.VisualStudio.GraphModel.GraphProperty item);
abstract member Contains : Microsoft.VisualStudio.GraphModel.GraphProperty -> bool
override this.Contains : Microsoft.VisualStudio.GraphModel.GraphProperty -> bool
Public Function Contains (item As GraphProperty) As Boolean

Parameters

item
GraphProperty

The item to search for.

Returns

True if item is found in the collection otherwise, false.

Implements

Applies to