System::Collections::Generic::LinkedList::Contains method

LinkedList::Contains method

Checks if element is present in list.

bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
ParameterTypeDescription
elementconst T&Element to look for.

ReturnValue

True if element is found, false otherwise.

See Also