public static BooleanBinding equal (Object op1, ObservableObjectValue<?> op2)

Creates a new javafx.beans.binding.BooleanBinding that holds true if the value of an javafx.beans.value.ObservableObjectValue is equal to a constant value.

Parameters:
op1     the constant value
op2     the ObservableObjectValue

Returns:  the new BooleanBinding

Exceptions:
NullPointerException     if the ObservableObjectValue is null