# File nqxml/entities.rb, line 25 def ==(anObj) return anObj.instance_of?(self.class) && @source == anObj.source end