NXUnit Framework Class Library

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

[This is preliminary documentation and subject to change.]

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

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

Parameters

expected
actual
msg
args

See Also

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