What is the difference between class.GameObject != null and !(class.GameObject is null)

后端 未结 0 1962
眼角桃花
眼角桃花 2020-12-20 23:07

Can some one explain me the difference between class.(GameObject)value != null and !(class.(GameObject)value is null)?

I used untill now "!(class.(GameObject)val

相关标签:
回答
  • 消灭零回复
提交回复
热议问题