Method Remove
Remove(T, IEqualityComparer<T>?)
Removes an item from the collection using the specified equality comparer.
Declaration
public bool Remove(T item, IEqualityComparer<T>? comparer = null)Parameters
| Type | Name | Description | 
|---|---|---|
| T | item | |
| IEqualityComparer<T> | comparer | 
Returns
| Type | Description | 
|---|---|
| bool | 
