instance method Gem::Platform#==

self == other -> bool[permalink][rdoc][edit]

自身と other が同じプラットフォームである場合に真を返します。そうでない場合は偽を返します。

同じプラットフォームであるとは、二つのプラットフォームの CPU, OS, バージョンが同じであるということです。

[PARAM] other:
比較対象のオブジェクトです。