SiteMapNodeCollection.IList.Contains(Object) Método

Definición

Determina si la colección de la interfaz IList contiene el valor booleano 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 IList.

Devoluciones

true si el objeto se encuentra en IList; en caso contrario, false.

Implementaciones

Se aplica a

Consulte también