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:

ParameterTypeDescription
valueValue

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

Since: 1.10.0