Extensions.Equals<T> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public static bool Equals<T> (this System.Collections.Generic.IReadOnlyList<T> one, System.Collections.Generic.IReadOnlyList<T> two, System.Collections.Generic.IEqualityComparer<T> comparer);
static member Equals : System.Collections.Generic.IReadOnlyList<'T> * System.Collections.Generic.IReadOnlyList<'T> * System.Collections.Generic.IEqualityComparer<'T> -> bool
<Extension()>
Public Function Equals(Of T) (one As IReadOnlyList(Of T), two As IReadOnlyList(Of T), comparer As IEqualityComparer(Of T)) As Boolean
Paramètres de type
- T
Paramètres
- one
- IReadOnlyList<T>
- two
- IReadOnlyList<T>
- comparer
- IEqualityComparer<T>