# File lib/mongo/grid/file.rb, line 49 def ==(other) return false unless other.is_a?(File) chunks == other.chunks && info == other.info end