ModelItemCollection.IList.Contains(Object) Método

Definición

Determina si la colección ModelItemCollection contiene el elemento especificado.

 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 ModelItemCollection.

Devoluciones

Boolean

true si ModelItemCollection contiene un elemento con el valor especificado; en caso contrario, false.

Implementaciones

Excepciones

value es null.

Se aplica a