operator > method
- SignMagnitudeValue other
Greater-than operator for SignMagnitudeValue.
Implementation
bool operator >(SignMagnitudeValue other) => compareTo(other) > 0;
Greater-than operator for SignMagnitudeValue.
bool operator >(SignMagnitudeValue other) => compareTo(other) > 0;