ISequenced<T>IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable, System.ICloneable, System.Collections.Generic.ICollection<T>, ICollection<T>, ICollectionValue<T>, IDirectedCollectionValue<T>, IDirectedEnumerable<T>, IExtensible<T>, IShowableArrayList<T>, GuardedIndexedSorted<T>, GuardedList<T>, GuardedSequenced<T>, GuardedSorted<T>, HashedArrayList<T>, HashedLinkedList<T>, LinkedList<T>, SortedArray<T>, TreeBag<T>, TreeSet<T>, WrappedArray<T>IIndexed<T>, IIndexedSorted<T>, IList<T>, IPersistentSorted<T>, ISorted<T>GetSequencedHashCode()
,SequencedEquals(ISequenced<T> otherCollection)A int 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.
| |||||
A bool SequencedEquals(ISequenced<T> otherCollection) |
Compare this sequenced collection to another one in sequence order.
|