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.
グーグルは <> を引用符で囲んでも検索から削除するため、グーグルできません。<> は VB6 で何をするのでしょうか?
それは不等式演算子です。の C ライクな言語バージョンと考えてください!=。
!=
したがって1 <> 2、true と評価されますが、そうで1 <> 1はありません。
1 <> 2
1 <> 1