Method Equals
Equals(Object)
Check equality of entries.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The other object |
Returns
Type | Description |
---|---|
System.Boolean | True if obj is an entry of the same type and has the same key and value |
Equals(KeyValuePair<K, V>)
Declaration
public bool Equals(KeyValuePair<K, V> other)
Parameters
Type | Name | Description |
---|---|---|
KeyValuePair<K, V> | other |
Returns
Type | Description |
---|---|
System.Boolean |