本文介绍了运算符重载(==和!=)和null的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
为==和!=
实现运算符重载的最佳实践是什么,它在lhs或rhs上处理null。
Andreas: - )
What is the best practice to implement operator overloading for == and !=
that handles null on either lhs or rhs.
Andreas :-)
推荐答案
这篇关于运算符重载(==和!=)和null的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!