System::Collections::IListImplRefType::Contains metodo

IListImplRefType::Contains method

Verifica se l’elemento è presente nella lista.

virtual bool System::Collections::IListImplRefType<T>::Contains(SharedPtr<System::Object> item) const override
ParametroTipoDescrizione
itemSharedPtr<System::Object>Elemento da cercare.

ReturnValue

Vero se l’elemento è trovato, falso altrimenti.

Vedi anche