Creates a new javafx.beans.binding.BooleanBinding
that holds true
if the values of two instances of
javafx.beans.value.ObservableObjectValue
are not equal.
op1
| the first operand | |
op2
| the second operand |
BooleanBinding
NullPointerException
| if one of the operands is null |
Diagram: Bindings