Class MemberDefinitionEqualityComparer<T>
Implements
Inherited Members
Namespace: Unity.APIComparison.Framework.Collectors
Assembly: solution.dll
Syntax
public class MemberDefinitionEqualityComparer<T> : IEqualityComparer<T> where T : IMemberDefinition
Type Parameters
Name | Description |
---|---|
T |
Methods
Equals(T, T)
Determines whether the specified objects are equal.
Declaration
public bool Equals(T x, T y)
Parameters
Type | Name | Description |
---|---|---|
T | x | The first object of type |
T | y | The second object of type |
Returns
Type | Description |
---|---|
bool |
GetHashCode(T)
Returns a hash code for the specified object.
Declaration
public int GetHashCode(T obj)
Parameters
Type | Name | Description |
---|---|---|
T | obj | The object for which a hash code is to be returned. |
Returns
Type | Description |
---|---|
int | A hash code for the specified object. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The type of |