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