# File nqxml/entities.rb, line 376
 def ==(anObj)
	    return super(anObj) &&
		@argString == anObj.argString
	end