Does default == operator implentation calls ReferenceEquals internally in C#?

后端 未结 0 1025
暗喜
暗喜 2021-01-31 07:48

I know that == operator implentation only do reference check by default, and it doesn\'t call Object.Equals virtual method. Since Object c

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