xUnit.net
|
Default implementation of IEqualityComparer<T> used by the xUnit.net equality assertions. More...
Public Member Functions | |
AssertEqualityComparer (IEqualityComparer innerComparer=null) | |
Initializes a new instance of the AssertEqualityComparer<T> class. More... | |
bool | Equals (T x, T y) |
int | GetHashCode (T obj) |
Default implementation of IEqualityComparer<T> used by the xUnit.net equality assertions.
T | The type that is being compared. |
|
inline |
Initializes a new instance of the AssertEqualityComparer<T> class.
innerComparer | The inner comparer to be used when the compared objects are enumerable. |