operator < method
Determines whether this value is less than other.
Implementation
bool operator <(TValue other) => baseValue < other.baseValue;Determines whether this value is less than other.
bool operator <(TValue other) => baseValue < other.baseValue;