Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void XmlIdentical(
	XmlInput controlInput,
	XmlInput testInput
)
Public Shared Sub XmlIdentical ( _
	controlInput As XmlInput, _
	testInput As XmlInput _
)
public:
static void XmlIdentical(
	XmlInput^ controlInput, 
	XmlInput^ testInput
)

Parameters

controlInput
XmlInput
testInput
XmlInput

See Also