[Missing <summary> documentation for "M:Breeze.Sharp.Core.UtilFns.DictionariesEqual``2(System.Collections.Generic.Dictionary{``0,``1},System.Collections.Generic.Dictionary{``0,``1})"]
Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public static bool DictionariesEqual<K, V>( Dictionary<K, V> d1, Dictionary<K, V> d2 )
Parameters
- d1
- Type: System.Collections.GenericDictionaryK, V
- d2
- Type: System.Collections.GenericDictionaryK, V
Type Parameters
- K
- V
Return Value
Type: BooleanSee Also