# File lib/action_mailer/vendor/tmail/address.rb, line 81
    def ==( other )
      other.respond_to? :spec and self.spec == other.spec
    end