If I had 2 vars of STL list that both have ~50,000 records a piece. What would be the best way to find records that were in one list but not in the other. I dont see where it has a built in search function. I dont have to loop through each list do it? Is there a better way to do this?