Extensions.Equals<T> Method
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 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
Type Parameters
- T
Parameters
- one
- IReadOnlyList<T>
- two
- IReadOnlyList<T>
- comparer
- IEqualityComparer<T>