GraphConditionCollection::Contains Method (GraphCondition^)
Visual Studio 2015
Determines whether the given condition is in the list of conditions for this style.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- item
-
Type:
Microsoft.VisualStudio.GraphModel.Styles::GraphCondition^
The condition to search for.
Return Value
Type: System::BooleanTrue if the given Condition is already in the list of conditions for this style; false otherwise.
Implements
ICollection<T>::Contains(T)
Show: