Piccolo.NET

PActivityList.Contains Method 

Determines whether the list contains a specific activity.

public bool Contains(
   PActivity activity
);

Parameters

activity
The activity to locate in the list.

Return Value

True if the activity is found in the list; otherwise, false.

See Also

PActivityList Class | UMD.HCIL.Piccolo.Util Namespace