# File lib/mongo/grid/file/info.rb, line 65
        def ==(other)
          return false unless other.is_a?(Info)
          document == other.document
        end