ContainsValueAsync Method ContainsValueAsync(TValue) Determines whether this map contains one or more keys to the specified value. Declaration Task<bool> ContainsValueAsync(TValue value) Parameters TValue value The value. Returns Task<bool> true if this map contains one or more keys to the specified value; otherwise false.