KeyValuePairEquatable<K,V>
IEquatable<KeyValuePair<K,V>>
object
KeyValuePairEquatable<K,V>()
,KeyValuePairEquatable<K,V>(IEquatable<K> keyequatable)
Equals(KeyValuePair<K,V> entry1, KeyValuePair<K,V> entry2)
,Equals(object obj)
, Inherited from object,Finalize()
, Inherited from object,GetHashCode(KeyValuePair<K,V> entry)
,GetHashCode()
, Inherited from object,GetType()
, Inherited from object,MemberwiseClone()
, Inherited from object,ToString()
, Inherited from object KeyValuePairEquatable<K,V>() | Create an entry equatable using the default equatable for keys | |||
KeyValuePairEquatable<K,V>(IEquatable<K> keyequatable) |
Create an entry equatable from a specified item equatable for the keys
|
F bool Equals(KeyValuePair<K,V> entry1, KeyValuePair<K,V> entry2) |
Test two entries for equality
| |||||||
F int GetHashCode(KeyValuePair<K,V> entry) |
Get the hash code of the entry
|