Compares two cursors for equality.
Declared in <folly/concurrency/container/LockFreeRingBuffer.h>
bool
operator==(Cursor const& that) const noexcept;
True if both cursors point to the same write.
| Name | Description |
|---|---|
| that | The cursor to compare against. |