Declaration
public static bool DictionaryEqual<TK, TV>(
this IDictionary<TK, TV> dictA,
IDictionary<TK, TV> dictB
)Summary
Compares two dictionaries for equality, member-wise. Two dictionaries are equal if they contain all the same
key-value pairs.
Generic type parameters
| TK | This type parameter is not documented. |
| TV | This type parameter is not documented. |