System::Collections::ObjectModel::ReadOnlyCollection::Contains method

ReadOnlyCollection::Contains method

Checks if container contains specific item.

virtual bool System::Collections::ObjectModel::ReadOnlyCollection<T>::Contains(const T &item) const override
ParameterTypeDescription
itemconst T&Item to look for.

ReturnValue

true if item is found, false otherwise.

See Also