- Namespace
- Statiq
.Common - Containing Type
- I
Read Only List Extensions
Syntax
public static bool Contains<T>(this IReadOnlyList<T> search, IReadOnlyList<T> value, int start, EqualityComparer<T> comparer)
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| search | IReadOnlyList |
|
| value | IReadOnlyList |
|
| start | int | |
| comparer | EqualityComparer |
Return Value
| Type | Description |
|---|---|
| bool |