Method ComputeHashCode
ComputeHashCode(ICollectionValue<T>, Collections.Generic.IEqualityComparer<T>)
Compute the unsequenced hash code of a collection
Declaration
public static int ComputeHashCode(ICollectionValue<T> items, Collections.Generic.IEqualityComparer<T> itemequalityComparer)
Parameters
Type | Name | Description |
---|---|---|
ICollectionValue<T> | items | The collection to compute hash code for |
System.Collections.Generic.IEqualityComparer<T> | itemequalityComparer | The item equalitySCG.Comparer |
Returns
Type | Description |
---|---|
System.Int32 | The hash code |