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