bool operator==(List& list)
Returns true if the lists values are all the same
Parameter
list- the list to compare the current list to
Returns
A boolean that is true if the lists hold the same values, false otherwise
Example
```cpp LinkedList
Returns true if the lists values are all the same
list - the list to compare the current list toA boolean that is true if the lists hold the same values, false otherwise
```cpp LinkedList