System::Collections::Generic::BaseSet::Contains metodo

BaseSet::Contains method

Verifica se l’elemento è presente nel set.

bool System::Collections::Generic::BaseSet<T, SET_T>::Contains(const T &item) const override
ParametroTipoDescrizione
itemconst T&Elemento da cercare.

ReturnValue

Vero se l’elemento è presente nel set, falso altrimenti.

Vedi anche