Class DescribableNameComparer
Compares the Best name of two Describable objects
Implements
Inherited Members
Namespace: Algenta.Colectica.Commands.DifferenceDetection
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DescribableNameComparer : IEqualityComparer<IDescribable>
Methods
Equals(IDescribable, IDescribable)
Compares the Best name of two Describable objects
Declaration
public bool Equals(IDescribable x, IDescribable y)
Parameters
Type | Name | Description |
---|---|---|
IDescribable | x | Describable |
IDescribable | y | Describable |
Returns
Type | Description |
---|---|
bool | equality |
GetHashCode(IDescribable)
Gets the hash code of a describable
Declaration
public int GetHashCode(IDescribable obj)
Parameters
Type | Name | Description |
---|---|---|
IDescribable | obj |
Returns
Type | Description |
---|---|
int |