Get<>(dict, key, defaultVal) Get<>(dict, key, defaultVal) Get<>(dict, key1, key2, defaultVal) IndexOfSubarray<>(sourceArray, findWhat, startIndex, sourceLength, comparer) Insert<>(array, startIndex, values) Insert<>(array, startIndex, value) Remove<>(array, startIndex, length) SubarrayEquals<>(sourceArray, sourceStartIndex, otherArray, otherStartIndex, length, comparer)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: bool DictionaryEqual<TK, TV>(this IDictionary<TK, TV>, IDictionary<TK, TV>)Declarationpublic 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. |
|