Return whether corresponding elements of LRange and RRange are equal according to P.
Declared in <llvm/ADT/STLExtras.h>
template<
typename L,
typename R,
typename BinaryPredicate>
bool
equal(
L&& LRange,
R&& RRange,
BinaryPredicate P);