为什么在.NET中呢?
null >= null
解析为假,但是
null == null
解析为真?
换句话说,为什么不null >= null等同于null > null || null == null?
null > null || null == null
有人有正式答案吗?
.net c# null comparison-operators
.net ×1
c# ×1
comparison-operators ×1
null ×1