LinkLabel.LinkCollection.IList.Contains(Object) Metoda

Definice

Popis tohoto člena najdete v tématu 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

Parametry

linkvalue
Object

K Object vyhledání v IList.

Návraty

true pokud se Object nachází v IList, v opačném případě hodnota false.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že LinkLabel.LinkCollection je instance přetypovaná na IList rozhraní.

Platí pro