<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`ListValue`](ListValue) › [`includes`](ListValue/includes)
## ListValue.includes() method
**Signature:**
```typescript
includes(value: Value): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>value</code> | [`Value`](Value) | |
**Returns:**
`boolean`
true if any elements in this list loosely equal the provided value.
1.10.0