PexEqualityComparison<T> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if left is equal to right
generic <typename T>
public delegate bool PexEqualityComparison(T left, T right);
public delegate bool PexEqualityComparison<T>(T left, T right);
type PexEqualityComparison<'T> = delegate of 'T * 'T -> bool
Public Delegate Function PexEqualityComparison(Of T)(left As T, right As T) As Boolean
Type Parameters
- T
Parameters
- left
- T
- right
- T