Returns:
6 7 8
# File 'lib/mongo_mapper/plugins/equality.rb', line 6 def eql?(other) other.is_a?(self.class) && _id == other._id end
11 12 13
# File 'lib/mongo_mapper/plugins/equality.rb', line 11 def hash _id.hash end