CustomArrayDictImpl.contains method
CustomArrayDictImpl › contains
Unofficial
Check whether the array for the given key contains the specified value.Signature:
contains(key: string, value: T): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The key. |
| value | T | The value to check. |
Returns: boolean — Whether the value exists.