Documentation

equals()

Transforms to a boolean, true if the bound value exactly equals one of the specified values.

equals(...values: T[]): Binding<boolean>;

Parameters

Return value

A new binding, typed as a boolean

Related