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