Show / Hide Table of Contents

Class DescribableNameComparer

Compares the Best name of two Describable objects

Inheritance
object
DescribableNameComparer
Implements
IEqualityComparer<IDescribable>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

IEqualityComparer<T>
In this article
Back to top Generated by DocFX