operator > method

bool operator >(
  1. SignMagnitudeValue other
)

Greater-than operator for SignMagnitudeValue.

Implementation

bool operator >(SignMagnitudeValue other) => compareTo(other) > 0;