1: public boolean equals(Object other) 2: { 3: return (this == other); 4: } // end equals 5: // Version 4.0