self == other -> bool[permalink][rdoc][edit]- 
self と other が同じであるならば真を返します。
「同じ」とは REXML::XMLDecl#version, REXML::XMLDecl#encoding, REXML::XMLDecl#standalone が一致していることを意味します。
- [PARAM] other:
 - 比較対象のオブジェクト
 
 
self == other -> bool[permalink][rdoc][edit]self と other が同じであるならば真を返します。
「同じ」とは REXML::XMLDecl#version, REXML::XMLDecl#encoding, REXML::XMLDecl#standalone が一致していることを意味します。