-
#include "tensorstore/kvstore/byte_range.h"
-
friend bool tensorstore::ByteRange::operator==(const ByteRange& a,
const ByteRange& b);
-
friend bool tensorstore::ByteRange::operator!=(const ByteRange& a,
const ByteRange& b);
Compares two byte ranges for equality.