# File lib/action_mailer/vendor/tmail-1.2.7/tmail/address.rb, line 308
    def ==( other )
      other.respond_to? :to_a and @addresses == other.to_a
    end