And operator
Perform an and on this sequence and the coll sequence by only returning
those values that is present in both sequences as a new Sequence .
The remaining values is in the same order as they are in this sequence and
the values are compared using `==.