TypedArrayHybridRowSerializer<T,TSerializer>.TypedArrayComparer Class

Definition

public sealed class TypedArrayHybridRowSerializer<T,TSerializer>.TypedArrayComparer : System.Collections.Generic.EqualityComparer<System.Collections.Generic.List<T>> where TSerializer : struct
type TypedArrayHybridRowSerializer<'T, 'Serializer (requires 'Serializer : struct)>.TypedArrayComparer = class
    inherit EqualityComparer<List<'T>>
Public NotInheritable Class TypedArrayHybridRowSerializer(Of T, TSerializer).TypedArrayComparer
Inherits EqualityComparer(Of List(Of T))

Type Parameters

T
TSerializer
Inheritance
TypedArrayHybridRowSerializer<T,TSerializer>.TypedArrayComparer

Constructors

TypedArrayHybridRowSerializer<T,TSerializer>.TypedArrayComparer()

Fields

Default

Methods

Equals(List<T>, List<T>)
GetHashCode(List<T>)

Applies to