TypedArrayHybridRowSerializer<T,TSerializer>.TypedArrayComparer Class
Definition
Important
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 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
-
EqualityComparer<List<T>>TypedArrayHybridRowSerializer<T,TSerializer>.TypedArrayComparer
Constructors
TypedArrayHybridRowSerializer<T,TSerializer>.TypedArrayComparer() |
Fields
Default |
Methods
Equals(List<T>, List<T>) | |
GetHashCode(List<T>) |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.