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