Checks if the sentinel list contains a given data.
bool contains = list.contains(bytes32(keccak256("entry")));
LinkedBytes32
The storage pointer of the list.
bytes32
The data to check for in the list.
bool
Returns true if the entry is contained in the list and false otherwise.