What is the best way to check two List lists for equality in C#

后端 未结 6 1771
误落风尘
误落风尘 2020-12-16 13:16

There are many ways to do this but I feel like I\'ve missed a function or something.

Obviously List == List will use Object.Equals() and re

6条回答
提交回复
热议问题