# File nqxml/entities.rb, line 274 def ==(anObj) return super(anObj) && @entityValue == anObj.entityValue && @externalId == anObj.externalId end