SequencedCollectionEquatable<T,W>
Type parameters: | |
T | |
W | |
Constraints: | |
T : ISequenced<W> |
IEquatable<T>
object
Default
Equals(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 SequencedCollectionEquatable<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 equatable
| |||||||
F int GetHashCode(T collection) |
Get the hash code with respect to this sequenced equatable
|