notEquals()
Transforms to a boolean, true if the bound value doesn’t equal any of the specified values exactly.
notEquals(...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.
