# File lib/mongo/grid/file/chunk.rb, line 50 def ==(other) return false unless other.is_a?(Chunk) document == other.document end