LinkLabel.LinkCollection.IList.Contains(Object) Méthode

Définition

Pour obtenir une description de ce membre, consultez Contains(Object).

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

Paramètres

linkvalue
Object

À Object localiser dans le IList.

Retours

true si l’objet Object est trouvé dans le IList; sinon, false.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance LinkLabel.LinkCollection est convertie en IList interface.

S’applique à