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 TypedTupleHybridRowSerializer<T1,T1Serializer,T2,T2Serializer,T3,T3Serializer>.TypedTupleComparer : System.Collections.Generic.EqualityComparer<(T1, T2, T3)> where T1Serializer : struct where T2Serializer : struct where T3Serializer : struct
type TypedTupleHybridRowSerializer<'T1, 'T1Serializer, 'T2, 'T2Serializer, 'T3, 'T3Serializer (requires 'T1Serializer : struct and 'T2Serializer : struct and 'T3Serializer : struct)>.TypedTupleComparer = class
inherit EqualityComparer<ValueTuple<'T1, 'T2, 'T3>>
Public NotInheritable Class TypedTupleHybridRowSerializer(Of T1, T1Serializer, T2, T2Serializer, T3, T3Serializer).TypedTupleComparer
Inherits EqualityComparer(Of ValueTuple(Of T1, T2, T3))