.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    ContainsEntryAsync Method

    ContainsEntryAsync(TKey, TValue)

    Returns whether the multi-map contains the given key-value pair.

    Declaration
    Task<bool> ContainsEntryAsync(TKey key, TValue value)
    Parameters
    TKey key

    the key whose existence is checked.

    TValue value

    the value whose existence is checked.

    Returns
    Task<Boolean>

    true if the multi-map contains the key-value pair, false otherwise.

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