# File lib/action_mailer/vendor/tmail/port.rb, line 57
    def ==( other )
      other.respond_to?(:filename) and @filename == other.filename
    end