Just a quick one - I've got a List(Of String) and want to check to see if it contains a specific string already. The problem is that I dont want this to be case sensitive and I cant seem to find any way of doing this with the built in Contains method - am I missing something obvious or do I have to just manually loop through the collection and use String.Compare ?

Cheers
Chris