# File lib/money/currency.rb, line 203
    def ==(other_currency)
      self.equal?(other_currency) ||
      self.id == other_currency.id
    end