System::Collections::CollectionBase::ListImpl::Contains method

ListImpl::Contains method

Determines whether the collection contains a specific element.

bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
ParameterTypeDescription
valueconst T&The element to locate in the collection.

ReturnValue

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

See Also