Is there a collection in C# that will not let you add duplicate items to it? For example, with the silly class of
public class Customer { public string F
You can try HashSet<T>