public static BooleanBinding notEqual (ObservableBooleanValue op1, ObservableBooleanValue op2)

Creates a new BooleanBinding that holds true if the values of two instances of javafx.beans.value.ObservableBooleanValue are not equal.

Parameters:
op1     the first operand
op2     the second operand

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if one of the operands is null