Class TestMethodComparer
An implementation of IEqualityComparer<T> for ITestMethod. Compares the names of the methods.
public class TestMethodComparer : IEqualityComparer<ITestMethod?>
- Inheritance
-
TestMethodComparer
- Implements
- Inherited Members
Fields
Instance
The singleton instance of the comparer.
public static readonly TestMethodComparer Instance
Field Value
Methods
Equals(ITestMethod?, ITestMethod?)
public bool Equals(ITestMethod? x, ITestMethod? y)
Parameters
Returns
GetHashCode(ITestMethod?)
public int GetHashCode(ITestMethod? obj)
Parameters
objITestMethod