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