I have the following code:
List test1 = new List { \"@bob.com\", \"@tom.com\" }; List test2 = new List
bool doesL1ContainsL2 = l1.Intersect(l2).Count() == l2.Count;
L1 and L2 are both List
List