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.

EqualityComparison<T> Delegate

 

Delegate that compares two values for equality.

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

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

Return Value

Type: System::Boolean

Type Parameters

T

The parameter types.

Return to top
Show: