Extensions.Equals<T> Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Parametry typu
- T
Parametry
- one
- IReadOnlyList<T>
- two
- IReadOnlyList<T>
- comparer
- IEqualityComparer<T>