self == other -> bool
self === other -> bool
比較演算子。数値として等しいか判定します。
例:
1 == 2 # => false 1 == 1.0 # => true