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