operator > method

bool operator >(
  1. Q q
)

Greater than operator

Implementation

bool operator >(Q q) => siValue > q.siValue;