NXUnit Framework Class Library

XMLAssert.AreDeclareEqual Method (String, String, String, Object[])

[This is preliminary documentation and subject to change.]

Assert two XML declaration of the two XML inputs are equal.

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

Parameters

expected
actual
msg
args

See Also

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