bool operator <(ByteSize bs)

Returns if current ByteSize instance is less than another.

Source

bool operator <(ByteSize bs) => Bits < bs.Bits;