Class DictionaryExtensions
Dictionary extensions.
Inheritance
System.Object
DictionaryExtensions
Namespace: ISynergy.Framework.Core.Extensions
Assembly: ISynergy.Framework.Core.dll
Syntax
public static class DictionaryExtensions : object
Methods
View SourceIsEqual<TKey, TValue>(IDictionary<TKey, TValue>, IDictionary<TKey, TValue>)
Checks whether two dictionaries have the same contents.
Declaration
public static bool IsEqual<TKey, TValue>(this IDictionary<TKey, TValue> a, IDictionary<TKey, TValue> b)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<TKey, TValue> | a | |
IDictionary<TKey, TValue> | b |
Returns
Type | Description |
---|---|
System.Boolean |
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |