ActivityCollection::IList::Contains Method (Object^)

 

Gets a value that indicates whether the Object is a member of the collection.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

private:
virtual bool Contains(
	Object^ value
) sealed = IList::Contains

Parameters

value
Type: System::Object^

The Object to locate in the IList.

Return Value

Type: System::Boolean

Returns Booleantrue if value is in the collection; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: