NXUnit Framework Class Library

XMLAssert.AreDocTypeEqual Method (XmlDocument, XmlDocument, String, Object[])

[This is preliminary documentation and subject to change.]

Assert two document types of the two XML inputs are equal.

public void AreDocTypeEqual(
   XmlDocument expected,
   XmlDocument actual,
   string msg,
   params object[] args
);

Parameters

expected
actual
msg
args

See Also

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