public BooleanBinding isEqualTo (ObservableObjectValue<?> other)

Creates a new BooleanExpression that holds true if this and another javafx.beans.value.ObservableObjectValue are equal.

Parameters:
other     the other ObservableObjectValue

Returns:  the new BooleanExpression

Exceptions:
NullPointerException     if other is null