The following is a proposal to add Z.ExtensionMethods/src/Z.Core/System.String/String.EqualsIgnoreCase.cs which would contain the following convenience extension method. I miss it from my Java days and the .NET version is too verbose/cumbersome.
public static bool EqualsIgnoreCase(this string @string, string otherString);