Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    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

    true if the item was removed, otherwise false.

    © Singulink. All rights reserved.