.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    ContainsAllAsync Method

    ContainsAllAsync<TItem>(ICollection<TItem>)

    Determines whether this collection contains all of the elements in the specified collection.

    Declaration
    Task<bool> ContainsAllAsync<TItem>(ICollection<TItem> items)
        where TItem : T
    Parameters
    ICollection<TItem> items

    The collection

    Returns
    Task<Boolean>

    true if this collection contains all of the elements in the specified collection; otherwise, false.

    Type Parameters
    TItem

    type of elements

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.