# File /home/matt/rubymail/mail/header.rb, line 304
    def ==(other)
      return other.kind_of?(self.type) &&
        @fields == other.fields &&
        @mbox_from == other.mbox_from
    end