Method GetSequencedHashCode
GetSequencedHashCode()
The hashcode is defined as
h(...h(h(h(x1),x2),x3),...,xn)
for
h(a,b)=CONSTANT*a+b
and the x's the hash codes of the items of
this collection.
Declaration
int GetSequencedHashCode()
Returns
Type | Description |
---|---|
System.Int32 | The sequence order hashcode of this collection. |