How to get a list of equal fields with KellermanSoftware.CompareNetObjects?

前端 未结 0 1942
清歌不尽
清歌不尽 2020-11-27 20:14

I know, that if I have two objects I can get the list of the differences by the below code:

var differences = comparer.Compare(Expected, output).Differences;

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