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;