Method |
Description |
|
AreEqual ( object leftValue, object rightValue ) : bool |
|
|
CompareLeafNode ( string memberPath, object leftNode, object rightNode ) : void |
|
|
GetNextValueOrNullFromList ( IEnumerator enumerator, int currentIndex, int enumeratorCount ) : object |
|
|
InterceptNode ( string memberPath, object node ) : object |
|
|
IsALeafNode ( object node ) : bool |
|
|
NewPath ( string currentPath, string name ) : string |
|
|
NoDiffFound ( ) : DiffReport |
|
|
VisitLeafNodes ( string memberPath, object leftNode, object rightNode ) : void |
|
|
VisitNode ( string memberPath, object leftNode, object rightNode ) : void |
|
|
VisitNodesInList ( string currentMemberPath, IEnumerable leftList, IEnumerable rightList ) : void |
|
|
VisitPublicFields ( string currentMemberPath, object leftObject, object rightObject ) : void |
|
|
VisitPublicProperties ( string currentMemberPath, object leftObject, object rightObject ) : void |
|
|