InRange(uint)
abstract
public abstract bool InRange(uint value) Returns a value indicating whether
value is within this ring range. Parameters
valueuint- The value to check.
Returns
true if the reminder is in our responsibility range, false otherwise.