Iphone iphone = (Iphone) obj;
        if (this.price!=iphone.price)
            return false;
        if (this.model==null)
            return iphone.model==null;
        if (this.color==null)
            return  iphone.color==null;