System::Collections::IList::Contains metodo

IList::Contains method

Verifica se l’elemento è nella lista.

virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0
ParametroTipoDescrizione
elementoSharedPtr<System::Object>L’elemento da cercare.

ReturnValue

Vero se l’elemento è trovato, falso altrimenti.

Vedi anche