# File lib/action_mailer/vendor/tmail/port.rb, line 299
    def ==( other )
      StringPort === other and @buffer.equal? other.string
    end