bool equalsIgnoreCase(String anotherString){ return anotherString.toLowerCase()==this.toLowerCase(); }