C Sharp (C#) - Collections
Given two
HashSet<string> objects setA and setB, how do you create a new HashSet containing only elements present in both sets?