Returns if current ByteSize instance is less than or equals another.
bool operator <=(ByteSize bs) => Bits <= bs.Bits;