public boolean equals(Object o) {
    	if(!(o == this) ) return false;
...