TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>.TypedMapComparer.GetHashCode Method

Definition

public override int GetHashCode (System.Collections.Generic.Dictionary<TKey,TValue> obj);
override this.GetHashCode : System.Collections.Generic.Dictionary<'Key, 'Value> -> int
Public Overrides Function GetHashCode (obj As Dictionary(Of TKey, TValue)) As Integer

Parameters

obj
Dictionary<TKey,TValue>

Returns

Applies to