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