GraphConditionCollection.Contains(GraphCondition) 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 if the given condition is in the list of conditions for this style.
public:
virtual bool Contains(Microsoft::VisualStudio::GraphModel::Styles::GraphCondition ^ item);
public bool Contains (Microsoft.VisualStudio.GraphModel.Styles.GraphCondition item);
abstract member Contains : Microsoft.VisualStudio.GraphModel.Styles.GraphCondition -> bool
override this.Contains : Microsoft.VisualStudio.GraphModel.Styles.GraphCondition -> bool
Public Function Contains (item As GraphCondition) As Boolean
Parameters
- item
- GraphCondition
The condition to search for
Returns
True if the given Condition is already in the list of conditions for this sytle, false otherwise