System::Collections::CollectionBase::ListImpl::Contains metodo

ListImpl::Contains method

Determina se la raccolta contiene un elemento specifico.

bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
ParametroTipoDescrizione
valoreconst T&L’elemento da individuare nella collezione.

ReturnValue

true if the collection contains the specified value; otherwise, false.

Vedi anche