xUnit.net
|
A class that wraps IEqualityComparer<T> to create IEqualityComparer. More...
Public Member Functions | |
AssertEqualityComparerAdapter (IEqualityComparer< T > innerComparer) | |
Initializes a new instance of the AssertEqualityComparerAdapter<T> class. More... | |
new bool | Equals (object x, object y) |
int | GetHashCode (object obj) |
A class that wraps IEqualityComparer<T> to create IEqualityComparer.
T | The type that is being compared. |
|
inline |
Initializes a new instance of the AssertEqualityComparerAdapter<T> class.
innerComparer | The comparer that is being adapted. |