|
Equals
Checks whether the current key/value pair and the specified one are equal.
bool Equals(
|
Parameters
*pair
[in] The pair to compare
Return Value
Returns true if the key/value pairs are equal, or false otherwise.
Note
Key/value pairs are compared based on their keys.