# File lib/aws/s3/multipart_upload.rb, line 65
      def ==(other)
        other.kind_of?(MultipartUpload) and
          other.object == object and
          other.id == id
      end