ActivityCollection.Contains(Activity) Method

Definition

Provides a test for membership of the Activity in the ICollection.

public:
 bool Contains(System::Workflow::ComponentModel::Activity ^ item);
public bool Contains (System.Workflow.ComponentModel.Activity item);
override this.Contains : System.Workflow.ComponentModel.Activity -> bool
Public Function Contains (item As Activity) As Boolean

Parameters

item
Activity

The Activity being tested for membership.

Returns

true if the Activity belongs to the ICollection; otherwise, false.

Implements

Remarks

This ICollection is type-safe. A run-time exception is raised if the item is not of type Activity.

Applies to