Method Compare
Compare(KeyValuePair<K, V>, KeyValuePair<K, V>)
Compare two entries
Declaration
public int Compare(KeyValuePair<K, V> entry1, KeyValuePair<K, V> entry2)
Parameters
Type | Name | Description |
---|---|---|
KeyValuePair<K, V> | entry1 | First entry |
KeyValuePair<K, V> | entry2 | Second entry |
Returns
Type | Description |
---|---|
System.Int32 | The result of comparing the keys |