# File lib/aws/s3/object_version.rb, line 126
      def ==(other)
        other.kind_of?(ObjectVersion) and
          other.object == object and
          other.version_id == version_id
      end