GenericEqualityComparer is used in testing to ensure that only the IEqualityComparer{T} interface is used.
More...
|
bool IEqualityComparer< T >. | Equals (T x, T y) |
|
int IEqualityComparer< T >. | GetHashCode (T x) |
|
GenericEqualityComparer is used in testing to ensure that only the IEqualityComparer{T} interface is used.
bool IEqualityComparer<T>. NUnit.TestUtilities.Comparers.GenericEqualityComparer< T >.Equals |
( |
T |
x, |
|
|
T |
y |
|
) |
| |
|
inlineprivate |
int IEqualityComparer<T>. NUnit.TestUtilities.Comparers.GenericEqualityComparer< T >.GetHashCode |
( |
T |
x | ) |
|
|
inlineprivate |
bool NUnit.TestUtilities.Comparers.GenericEqualityComparer< T >.WasCalled |
The documentation for this class was generated from the following file: