Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
何が
return x == y;
平均?
これにより、ブール値(またはブール値)が得られます。x が y と等しい場合は true を返し、そうでない場合は false を返します。これは、== 演算子を使用するほとんどのプログラミング言語で同じように機能します。