# File src/rexml/xmldecl.rb, line 44
                def ==( other )
                  other.kind_of?(XMLDecl) and
                  other.version == @version and
                  other.encoding == self.encoding and
                  other.standalone == @standalone
                end