In some library code, I have a List that can contain 50,000 items or more.
Callers of the library can invoke methods that result in strings being added to the list. Ho
Does the Contains(T) function not work for you?
Contains(T)