Documentation

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

Return value

A new binding, typed as a boolean

Related