operator > method

bool operator >(
  1. BinarySize other
)

Implementation

bool operator >(BinarySize other) => bytesCount > other.bytesCount;