Windows App Certification Kit - FAIL

first post: uesleilima wrote: Trying to test my app certification, it has failed. The following e...

Culture exception when comparing objects

first post: tequilacat wrote: Hi I try to compare the 2 objects and get the exception that "th...

latest post: gfinzer wrote: Please download the latest version and re-send the stack trace. Th...

Compare returns all properties in list as different when they are not.

first post: rexdefuror wrote: I pass two lists of objects: public class FieldData { public Id...

latest post: gfinzer wrote: Rex, By default, it should only show the first difference. See th...

Dilemma over the usage of AttributesToIgnore.Add()

first post: swainjena wrote: Hi Greg, In the sample mentioned below: public class firstClass{ pu...

latest post: JoeHax wrote: @swainjena Not sure if you figured this out yet, but if you take a...

compare datasets with many differences

first post: RachanaDikshit wrote: Hello, I need to cpmpare 2 xml's that have many differences. I am ...

latest post: gfinzer wrote: Set the MaxDifferences to a number greater than 1.

Comparison of interfaces

first post: k_m_schneider wrote: I have two classes that implement the same interface. Is there a w...

latest post: k_m_schneider wrote: Got it to work. Thanks for a neat piece of code /Kristian

Listing of Fields or properites that are not equal

first post: mikefederico wrote: First, awesome library! You saved me a ton of time. Maybe I miss...

latest post: gfinzer wrote: Mike, Thanks for the kind words. The library is intended to compar...

check whether the list has an object with the same properties

first post: gordion wrote: Hi, I was looking for a comparison class when I've found this side...

latest post: gfinzer wrote: Gordion, You can certainly compare classes that contain lists or yo...

NuGet package

first post: damianh wrote: Heads up, added a NuGet package for this. http://nuget.org/List/Pac...

latest post: gfinzer wrote: It will be quite some time before I have time to investigate this i...

Comparing a property with same name in parent and child classes.

first post: swainjena wrote: Hi Greg, In the sample below: public class firstClass{ public first...

latest post: gfinzer wrote: I can create an extension for you with custom code for your project...