- self == other -> bool[permalink][rdoc][edit]
- self === other -> bool
- eql?(other) -> bool
- 
自身と other が等しい場合に true を返します。 - [PARAM] other:
- 比較する数
 
self == other -> bool[permalink][rdoc][edit]self === other -> booleql?(other) -> bool自身と other が等しい場合に true を返します。