Initializes a new instance of the System.Collections.Generic.KeyValuePair structure with the specified key and value.
Generic type argument
Generic type argument
The object defined in each key/value pair.
The definition associated with key.
Gets the key in the key/value pair.
A TKey that is the key of the System.Collections.Generic.KeyValuePair.
Gets the value in the key/value pair.
A TValue that is the value of the System.Collections.Generic.KeyValuePair.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Defines a key/value pair that can be set or retrieved.