NXUnit Framework Class Library

XMLAssert.Compare Method (XMLInput, XMLInput)

[This is preliminary documentation and subject to change.]

Compare two XML inputs and find all differences between them.

public CompareResult Compare(
   XMLInput expected,
   XMLInput actual
);

Parameters

expected
actual

Return Value

See Also

XMLAssert Class | NXUnit.Framework Namespace | XMLAssert.Compare Overload List