Microsoft.Identity.Client.Utils.CollectionHelpers static class CollectionHelpers Documentation Code public static bool AreDictionariesEqual(IDictionary<string, string> dict1, IDictionary<string, string> dict2) public static IReadOnlyDictionary<TKey, TValue> GetEmptyDictionary<TKey, TValue>() public static List<T> GetEmptyList<T>() public static IReadOnlyList<T> GetEmptyReadOnlyList<T>()