Ejemplo n.º 1
0
 internal static int GetHashCode(IReadOnlyList <IReadOnlyDictionary <string, string> >?dictionaryList)
 {
     return(CollectionEqualityHelper.GetHashCode(dictionaryList));
 }
Ejemplo n.º 2
0
 internal static int GetHashCode(IReadOnlyList <string>?values)
 {
     return(CollectionEqualityHelper.GetHashCode(values, StringComparer.OrdinalIgnoreCase));
 }
Ejemplo n.º 3
0
 internal static int GetHashCode(IReadOnlyDictionary <string, string>?dictionary)
 {
     return(CollectionEqualityHelper.GetHashCode(dictionary, StringComparer.Ordinal));
 }