folly::operator==

Equality operator

Synopsis

Declared in <folly/poly/Regular.h>

template<
    class I1,
    class I2>
requires detail::Comparable<I1, I2>::value
bool
operator==(
    Poly<I1> const& _this,
    Poly<I2> const& that);

Return Value

true if the objects are equal, false otherwise

Parameters

NameDescription
_thisThe left operand
thatThe right operand