CompareLogicalTrees(ILogical, ILogical, TreeComparisonOptions?) Method

Definition

Assembly HeadlessTestingFramework.dll

Compares two logical trees.

public static TreeComparisonResult CompareLogicalTrees(ILogical expected, ILogical actual, TreeComparisonOptions? options = null)

Parameters

expected
Avalonia.LogicalTree.ILogical

The expected logical tree root.

actual
Avalonia.LogicalTree.ILogical

The actual logical tree root.

options
TreeComparisonOptions

Comparison options.

Returns

TreeComparisonResult
The comparison result.