Case-INsensitive Dictionary with string key-type in C#

If I have a Dictionary<String,...> is it possible to make methods like ContainsKey case-insensitive?

This seemed related, but I didn’t understand it properly: c# Dictionary: making the Key case-insensitive through declarations

6 Answers
6

Leave a Comment