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