ListValue.includes method
ListValue › includes
Official
Returns a boolean indicating whether any elements in this list loosely equal the provided value.Signature:
includes(value: Value): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| value | Value |
Returns: boolean — true if any elements in this list loosely equal the provided value.
Since: 1.10.0