ActivityCollection.IList.Contains(Object) Method

Definition

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

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object value);
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains

Parameters

value
Object

The Object to locate in the IList.

Returns

true if value is in the collection; otherwise, false.

Implements

Applies to