Options for tree comparison.
public class TreeComparisonOptions
kind:method, kind:property, kind:ctor. Press Esc to clear.CompareChildCountGets or sets whether to compare child counts strictly.CompareNamesGets or sets whether to compare node names.CompareOrderGets or sets whether to compare child order.CompareTypesGets or sets whether to compare node types.DefaultDefault comparison options.IgnoreInternalControlsGets or sets whether to ignore internal controls (PART_*).IgnoreNamesGets or sets names to ignore during comparison.IgnoreTypesGets or sets types to ignore during comparison.MaxDepthGets or sets the maximum depth to compare (-1 for unlimited).PropertiesToCompareGets or sets the properties to compare.StrictStrict comparison options (compares everything).StructureOnlyLenient comparison options (structure only).