System::Collections::Generic::LinkedList::Contains metod

LinkedList::Contains method

Kontrollerar om element finns i listan.

bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
ParameterTypeBeskrivning
elementconst T&Element att söka efter.

ReturnValue

Sant om element hittas, falskt annars.

Se även