# File lib/mongo_mapper/plugins/equality.rb, line 13 def eql?(other) other.is_a?(self.class) && _id == other._id end