Method WithComparer
WithComparer(IEqualityComparer<T>?)
Returns an ComparerEquatableArray<T> instance with the specified comparer over the current values.
Declaration
public ComparerEquatableArray<T> WithComparer(IEqualityComparer<T>? comparer)
Parameters
| Type | Name | Description |
|---|---|---|
| IEqualityComparer<T> | comparer |
Returns
| Type | Description |
|---|---|
| ComparerEquatableArray<T> |