るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.114秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:instruction[x] > クエリ:==[x] > クラス:REXML::Instruction[x]

別のキーワード

  1. instruction new
  2. instruction clone
  3. instruction target=
  4. instruction target

ライブラリ

検索結果

REXML::Instruction#==(other) -> bool (63343.0)

other と self が同じ 処理命令である場合に真を返します。

...other と self が同じ 処理命令である場合に真を返します。

同じとは、 REXML::Instruction#target と REXML::Instruction#content
が一致することを意味します。

@param other 比較対象...