ContainsAsync Method
ContainsAsync(T)
Checks if the reference contains the value.
Declaration
Task<bool> ContainsAsync(T value)
Parameters
T | value | The value to check (can be |
Returns
Task<bool> | Whether the reference contains the value specified. |