equals()
Transforms to a boolean, true if the bound value exactly equals one of the specified values.
equals(...values: T[]): Binding<boolean>;
Parameters
- values — The literal value(s) to compare with
Return value
A new binding, typed as a boolean
Related
class Binding
A class that represents a property binding.
