ArrangedElementCollection.IList.Contains(Object) Metoda

Definice

Popis tohoto člena najdete v Contains(Object) metodě.

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

Parametry

value
Object

Umístění Object v souboru IList.

Návraty

Boolean

trueObject je-li nalezen v IList; v opačném případě false, .

Implementuje

Poznámky

Tato metoda je explicitní implementace člena rozhraní. Lze ho použít pouze v ArrangedElementCollection případě, že je instance přetypována do IList rozhraní.

Platí pro