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