protected bool Equals(RangeLengthFieldRule other)
 {
     return _min == other._min && _max == other._max && Token.Equals(other.Token);
 }
 protected bool Equals(RangeLengthFieldRule other)
 {
     return(_min == other._min && _max == other._max && Token.Equals(other.Token));
 }