Are chars case-sensitive?

To perform a case-sensitive comparison of two char variables, simply use the Equals method, which, by default, performs a case-sensitive comparison . Performing a case-insensitive comparison requires that both characters be converted to their uppercase values (they could …

Read more