Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PexAssert::AreEqual<T> Method (T, T, String^, array<Object^>^)

 

Namespace:   Microsoft.Pex.Framework
Assembly:  Microsoft.Pex.Framework (in Microsoft.Pex.Framework.dll)

public:
generic<typename T>
static void AreEqual(
	T expected,
	T actual,
	String^ format,
	... array<Object^>^ args
)

Parameters

expected
Type: T

actual
Type: T

format
Type: System::String^

args
Type: array<System::Object^>^

Type Parameters

T

Return to top
Show: