Equality operator
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);
true if the objects are equal, false otherwise
| Name | Description |
|---|---|
| _this | The left operand |
| that | The right operand |