Return whether LHS and RHS refer to the same bucket.
Declared in <llvm/ADT/DenseMap.h>
[[nodiscard]]
bool
operator==(
DenseMapIterator const& LHS,
DenseMapIterator const& RHS);
True if both iterators refer to the same bucket.
The return value should not be discarded.
| Name | Description |
|---|---|
| LHS | Left-hand iterator. |
| RHS | Right-hand iterator. |