你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>.TypedMapComparer 类

定义

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))

类型参数

TKey
TKeySerializer
TValue
TValueSerializer
继承
TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>.TypedMapComparer

构造函数

TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>.TypedMapComparer()

字段

Default

方法

Equals(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>)
GetHashCode(Dictionary<TKey,TValue>)

适用于