📜  如何在 c# 代码示例的 if 语句中编写布尔条件

📅  最后修改于: 2022-03-11 14:49:10.692000             🧑  作者: Mango

代码示例1
if (/*The control or string name*/./*The option of control or string*/ == true) {
  //Do stuff
}