Ejemplo n.º 1
0
 protected bool Equals(RangeLengthFieldRule other)
 {
     return _min == other._min && _max == other._max && Token.Equals(other.Token);
 }
Ejemplo n.º 2
0
 protected bool Equals(RangeLengthFieldRule other)
 {
     return(_min == other._min && _max == other._max && Token.Equals(other.Token));
 }