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::AreNotEqual<T> Method (T, T, PexEqualityComparison<T>^)

 

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

public:
generic<typename T>
static void AreNotEqual(
	T expected,
	T actual,
	PexEqualityComparison<T>^ comparison
)

Parameters

expected
Type: T

actual
Type: T

comparison
Type: Microsoft.Pex.Framework::PexEqualityComparison<T>^

Type Parameters

T

Return to top
Show: