NaturalEquatable<T>
IEquatable<T>
object
Default
Equals(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 NaturalEquatable<T> Default | Access: Read-Only Value: |
F bool Equals(T item1, T item2) |
Check if two items are equal with respect to this item equatable
| |||||||
F int GetHashCode(T item) |
Get the hash code with respect to this item equatable
|