.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    ContainsKeyAsync Method

    ContainsKeyAsync(TKey)

    Returns whether the multi-map contains an entry with the key.

    Declaration
    Task<bool> ContainsKeyAsync(TKey key)
    Parameters
    TKey key

    the key whose existence is checked.

    Returns
    Task<bool>

    true if the multi-map contains an entry with the key, false otherwise.

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