self == other -> bool[permalink][rdoc][edit](untyped other) → bool-
同じステータスの場合に真を返します。
other が数値の場合、self.to_i との比較が行われます。これは後方互換性のためです。
- [PARAM]
other: - 自身と比較したいオブジェクトを指定します。
- [PARAM]
self == other -> bool[permalink][rdoc][edit](untyped other) → bool同じステータスの場合に真を返します。
other が数値の場合、self.to_i との比較が行われます。これは後方互換性のためです。
other: