NaturalEqualityComparer<T>System.Collections.Generic.IEqualityComparer<T>objectDefaultEquals(T item1, T item2)
,Equals(object obj), Inherited from object
,Finalize(), Inherited from object
,GetHashCode(T item)
,GetHashCode(), Inherited from object
,GetType(), Inherited from object
,MemberwiseClone(), Inherited from object
,ToString(), Inherited from objectS NaturalEqualityComparer<T> Default | Access: Read-Only Value: |
F bool Equals(T item1, T item2) |
Check if two items are equal with respect to this item equalityComparer
| |||||||
F int GetHashCode(T item) |
Get the hash code with respect to this item equalityComparer
|