다음을 통해 공유


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>

반환

적용 대상