SequencedCollectionEqualityComparer<T,W>| Type parameters: | |
| T | |
| W | |
| Constraints: | |
| T : ISequenced<W> |
System.Collections.Generic.IEqualityComparer<T>objectDefaultEquals(T collection1, T collection2)
,Equals(object obj), Inherited from object
,Finalize(), Inherited from object
,GetHashCode(T collection)
,GetHashCode(), Inherited from object
,GetType(), Inherited from object
,MemberwiseClone(), Inherited from object
,ToString(), Inherited from objectS SequencedCollectionEqualityComparer<T,W> Default | Access: Read-Only Value: |
F bool Equals(T collection1, T collection2) |
Check if two items are equal with respect to this sequenced equalityComparer
| |||||||
F int GetHashCode(T collection) |
Get the hash code with respect to this sequenced equalityComparer
|