るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. _builtin ==
  2. openssl ==
  3. rexml/document ==
  4. matrix ==
  5. == _builtin

検索結果

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

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

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

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

@param other 比較対象...