你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>.TypedMapComparer 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
- 继承
-
EqualityComparer<Dictionary<TKey,TValue>>TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>.TypedMapComparer
构造函数
TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>.TypedMapComparer() |
字段
Default |
方法
Equals(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>) | |
GetHashCode(Dictionary<TKey,TValue>) |