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