Result of a tree comparison operation.
public class TreeComparisonResult
kind:method, kind:property, kind:ctor. Press Esc to clear.ActualNodeCountGets the total node count in the actual tree.AreEqualGets whether the trees are equal.DifferencesGets the list of differences found.ExpectedNodeCountGets the total node count in the expected tree.MatchingNodeCountGets the number of matching nodes.MatchPercentageGets the match percentage (0-100).ToString()Returns a summary of the comparison.