System::Collections::CollectionBase::ListImpl::Contains метод

ListImpl::Contains method

Определяет, содержит ли коллекция конкретный элемент.

bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
ПараметрТипОписание
valueconst T&Элемент для поиска в коллекции.

ReturnValue

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

См. также