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