GraphPropertyCollection.Contains(GraphProperty) 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::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.