GraphConditionCollection::Contains Method (GraphCondition^)

 

Determines whether the given condition is in the list of conditions for this style.

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
virtual bool Contains(
	GraphCondition^ item
) sealed

Parameters

item
Type: Microsoft.VisualStudio.GraphModel.Styles::GraphCondition^

The condition to search for.

Return Value

Type: System::Boolean

True if the given Condition is already in the list of conditions for this style; false otherwise.

Return to top
Show: