Returns a predicate that tests if two arguments are equal according
to Objects.equals(Object, Object)
.
<T> | the type of arguments to the predicate | |
targetRef | the object reference with which to compare for equality,
which may be null |
Objects.equals(Object, Object)
Diagram: function