# File lib/mongoid/relations/targets/enumerable.rb, line 31 def ==(other) return false unless other.respond_to?(:entries) entries == other.entries end