Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > delegateライブラリ > Delegator::MethodDelegationモジュール > equal?

instance method Delegator::MethodDelegation#equal?

equal?(obj)

二つのオブジェクトが同一であれば真を返します。

[PARAM] obj:
比較を行うオブジェクト

[SEE_ALSO] Object#equal?