Returns true is the provided element exists in the list, otherwise it returns false.
true
false
Value to search.
Linked list.
Whether the element exists in the list.
Returns
true
is the provided element exists in the list, otherwise it returnsfalse
.