# File lib/aws/s3/uploaded_part.rb, line 41 def ==(other) other.kind_of?(UploadedPart) and other.upload == upload and other.part_number == part_number end