public static <T> Predicate<T> isEqual (Object targetRef)

Returns a predicate that tests if two arguments are equal according to Objects.equals(Object, Object).

Parameters:
<T>    the type of arguments to the predicate
targetRef    the object reference with which to compare for equality, which may be null

Returns:  a predicate that tests if two arguments are equal according to Objects.equals(Object, Object)