Creates a new javafx.beans.binding.BooleanBinding
that holds true
if the value of an javafx.beans.value.ObservableObjectValue
is
not equal to a constant value.
op1
| the constant value | |
op2
| the ObservableObjectValue |
BooleanBinding
NullPointerException
| if the ObservableObjectValue is null |
Diagram: Bindings