operator < method
Whether this bytesCount is strictly less than other's.
Implementation
bool operator <(BinarySize other) => bytesCount < other.bytesCount;
Whether this bytesCount is strictly less than other's.
bool operator <(BinarySize other) => bytesCount < other.bytesCount;