NXUnit Framework Class Library

XMLAssert.AreDeclareEqual Method (String, String)

[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
);

Parameters

expected
actual

See Also

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