operator > method

bool operator >(
  1. ByteConverter instance
)

Implementation

bool operator >(ByteConverter instance) => _bits > instance._bits;