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
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