static bool EqualsIgnoreCase(String left, String right) { return left.toLowerCase() == right.toLowerCase(); }