# File lib/braintree/credit_card.rb, line 215
    def ==(other)
      return false unless other.is_a?(CreditCard)
      token == other.token
    end