self == other -> bool[permalink][rdoc]-
other と self が同じ 処理命令である場合に真を返します。
同じとは、 REXML::Instruction#target と REXML::Instruction#content が一致することを意味します。
- [PARAM] other:
- 比較対象
このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ
self == other -> bool[permalink][rdoc]other と self が同じ 処理命令である場合に真を返します。
同じとは、 REXML::Instruction#target と REXML::Instruction#content が一致することを意味します。