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 sealed class TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>.TypedMapComparer : System.Collections.Generic.EqualityComparer<System.Collections.Generic.Dictionary<TKey,TValue>> where TKeySerializer : struct where TValueSerializer : struct
type TypedMapHybridRowSerializer<'Key, 'KeySerializer, 'Value, 'ValueSerializer (requires 'KeySerializer : struct and 'ValueSerializer : struct)>.TypedMapComparer = class
inherit EqualityComparer<Dictionary<'Key, 'Value>>
Public NotInheritable Class TypedMapHybridRowSerializer(Of TKey, TKeySerializer, TValue, TValueSerializer).TypedMapComparer
Inherits EqualityComparer(Of Dictionary(Of TKey, TValue))