# File lib/braintree/transaction.rb, line 246
    def ==(other)
      return false unless other.is_a?(Transaction)
      id == other.id
    end