#include "tensorstore/codec_spec.h" friend bool tensorstore::CodecSpec::operator==(const CodecSpec& a, const CodecSpec& b); friend bool tensorstore::CodecSpec::operator!=(const CodecSpec& a, const CodecSpec& b); Compares two codec specs for equality by value. Null values are supported.