次の方法で共有


Extensions.Equals<T> メソッド

定義

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

型パラメーター

T

パラメーター

one
IReadOnlyList<T>
two
IReadOnlyList<T>
comparer
IEqualityComparer<T>

戻り値

適用対象