Class ActivityNameComparer
Compare the name of two activity constructs
Inheritance
ActivityNameComparer
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
Returns
GetHashCode(ActivityBase)
Gets the hash code of the activity's type and name
Declaration
public int GetHashCode(ActivityBase obj)
Parameters
Returns
GetNameForConstruct(ActivityBase)
Get a name for the activity
Declaration
public static string GetNameForConstruct(ActivityBase construct)
Parameters
Returns
Implements