Show / Hide Table of Contents

Class ActivityNameComparer

Compare the name of two activity constructs

Inheritance
object
ActivityNameComparer
Implements
IEqualityComparer<ActivityBase>
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 ActivityNameComparer : IEqualityComparer<ActivityBase>

Methods

Equals(ActivityBase, ActivityBase)

Compare the name of two activity constructs

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

GetHashCode(ActivityBase)

Gets the hash code of the activity's type and name

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

GetNameForConstruct(ActivityBase)

Get a name for the activity

Declaration
public static string GetNameForConstruct(ActivityBase construct)
Parameters
Type Name Description
ActivityBase construct
Returns
Type Description
string

Implements

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