C# String Comparison Functions - BlackWasp Software Development Home
string s1 = "String to compare."; string s2 = "String to compare."; string s3 = "String to Compare."; // Note the capital 'C' bool result; result = s1 == s2 ... These operators are useful but have limitations. They do not allow you to consider the equalit...