operator > method
- ByteSize bs
Returns if current ByteSize instance is greater than another.
Implementation
bool operator >(ByteSize bs) => Bits > bs.Bits;
Returns if current ByteSize instance is greater than another.
bool operator >(ByteSize bs) => Bits > bs.Bits;