ActivityCollection.IList.Contains(Object) Méthode

Définition

Obtient une valeur qui indique si Object est un membre de la 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

Paramètres

value
Object

Object à rechercher dans IList.

Retours

Boolean

true si le value se trouve dans la collection ; sinon false.

Implémente

S’applique à