Skip to content

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): boolean

Parameters:

Parameter Type Description
value Value

Returns: booleantrue if any elements in this list loosely equal the provided value.

Since: 1.10.0