Stopping Comparing of .Net objects at finding first difference

Jan 24, 2012 at 1:11 PM

Comparision of the .Net objects is done level wise based on its dependency, right. Now if I want to stop the Objects comparison at first level, how can I do it ?

Is there a overridden method, if not can we write it. If yes, how?

Coordinator
Jan 24, 2012 at 4:12 PM

This functionality is already built in.  Set the CompareChildren property to false.

Have a great day.

Jan 25, 2012 at 3:23 AM

thanks for the reply.

Jan 25, 2012 at 3:23 AM
Edited Jan 25, 2012 at 3:23 AM

I will check it .