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