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