# File lib/mongo_mapper/plugins/keys/key.rb, line 39 def ==(other) @name == other.name && @type == other.type && @abbr == other.abbr end