NXUnit Framework Class Library

XMLAssert.Compare Method (TextReader, TextReader)

[This is preliminary documentation and subject to change.]

Compare two XML inputs and find all differences between them.

public CompareResult Compare(
   TextReader expected,
   TextReader actual
);

Parameters

expected
actual

Return Value

See Also

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