UnorderedDictionaryComparer<TKey,TValue>.GetHashCode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public int GetHashCode (System.Collections.Generic.Dictionary<TKey,TValue>? obj);
override this.GetHashCode : System.Collections.Generic.Dictionary<'Key, 'Value> -> int
Public Function GetHashCode (obj As Dictionary(Of TKey, TValue)) As Integer
Parameters
- obj
- Dictionary<TKey,TValue>