NXUnit Framework Class Library

XMLAssert.Compare Method

[This is preliminary documentation and subject to change.]

Compare two XML inputs and find all differences between them.

Overload List

Compare two XML inputs and find all differences between them.

public CompareResult Compare(XMLInput,XMLInput);

Compare two XML inputs and find all differences between them.

public CompareResult Compare(TextReader,TextReader);

Compare two XML inputs and find all differences between them.

public CompareResult Compare(string,string);

Compare two XML inputs and find all differences between them.

public CompareResult Compare(XmlDocument,XmlDocument);

See Also

XMLAssert Class | NXUnit.Framework Namespace