C#/JSON deep verify if object instances are equivalent
Posted by jpluimers on 2018/09/05
Some notes to verify object equivalence:
- C# equivalent json strings – Google Search.
- C# equivalent json strings deep – Google Search.
- C# equivalent compare deep – Google Search.
- [WayBack] recursion – C# implementation of deep/recursive object comparison in .net 3.5 – Stack Overflow.
- [WayBack] Comparing object properties in c# – Stack Overflow.
- [WayBack] Mohammad Rahman: Objectssame type Deep comparison using C#.
- [WayBack] Compare .NET Objects – Home now moved to github.com/GregFinzer/Compare-Net-Objects.
–jeroen






Leave a comment