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