There are 2 collections. Coll A is items = {1,2,3,4,5}. Coll B = { 3, 6, 7 } Need to find the common item and then remove all the other items from Coll A. So the result is this example should be Coll A = { 3 }.
Can you a please let me know a Simple and elegant way..
Thanks