# File lib/eim_xml.rb, line 40
                def ==(other)
                        other.is_a?(PCString) ? @encoded_string==other.encoded_string : self==PCString.new(other)
                end