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.

PexEqualityComparison<T> Delegate

 

Returns true if left is equal to right.

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

generic<typename T>
public delegate bool PexEqualityComparison(
	T left,
	T right
)

Return Value

Type: System::Boolean

Type Parameters

T

Return to top
Show: