🌈 搜索
📅  最后修改于: 2022-03-11 14:49:06.939000             🧑  作者: Mango
//the not operator of c sharp is "!" you can basicly revers a if statement! if(a != 0) { //if a is not equals to 0 }