# File rmail/header.rb, line 317
    def ==(other)
      return other.kind_of?(self.type) &&
        @fields == other.fields &&
        @mbox_from == other.mbox_from
    end