System::Collections::IListImplRefType::Contains method

IListImplRefType::Contains method

Verifica se l’elemento è presente nell’elenco.

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

ReturnValue

Vero se l’elemento è trovato, falso altrimenti.

Vedi anche