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