M 
		
								
				
				
			
		Merk
What are some alternatives to using .ToUpper() to perform case insensitive
string comparisons?
The reason I'm asking is that I'm comparing strings in a long loop, looking
for equality; and I want for this loop to run as fast as possible. So I'm
looking for a method that would be faster than .ToUpper().
Thanks!
				
			string comparisons?
The reason I'm asking is that I'm comparing strings in a long loop, looking
for equality; and I want for this loop to run as fast as possible. So I'm
looking for a method that would be faster than .ToUpper().
Thanks!
	
 that "mail".ToUpper() != "MAIL".