OrderedDictionary<TKey,TValue>.ValueCollection.IList.Contains Método

Definición

Determina si el IList contiene un valor específico.

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
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

Parámetros

value
Object

Objeto que se va a buscar en el IList.

Devoluciones

true si el Object se encuentra en el IList; de lo contrario, false.

Implementaciones

Se aplica a