System::Collections::Generic::LinkedList::Contains metodo

LinkedList::Contains method

Verifica se element è presente nella lista.

bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
ParametroTipoDescrizione
elementoconst T&Elemento da cercare.

ReturnValue

Vero se element è trovato, falso altrimenti.

Vedi anche