[This is preliminary documentation and subject to change.]
Compare two XML inputs and find all differences between them.
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);
XMLAssert Class | NXUnit.Framework Namespace