Show / Hide Table of Contents

Class IdentifiableComparer

Compare the identifier of two identified objects, ignoring agency and version

Inheritance
object
IdentifiableComparer
Implements
IEqualityComparer<IIdentifiable>
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 IdentifiableComparer : IEqualityComparer<IIdentifiable>

Methods

Equals(IIdentifiable, IIdentifiable)

Compare the identifier of two identified objects, ignoring agency and version

Declaration
public bool Equals(IIdentifiable x, IIdentifiable y)
Parameters
Type Name Description
IIdentifiable x
IIdentifiable y
Returns
Type Description
bool

GetHashCode(IIdentifiable)

Gets the hash code of the item's Identifier

Declaration
public int GetHashCode(IIdentifiable obj)
Parameters
Type Name Description
IIdentifiable obj
Returns
Type Description
int

Implements

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