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