Exemplo n.º 1
0
 protected bool Equals(MaxValueFieldRule other)
 {
     return _bounds.Equals(other._bounds) && Token.Equals(other.Token);
 }
Exemplo n.º 2
0
 protected bool Equals(MaxValueFieldRule other)
 {
     return(_bounds.Equals(other._bounds) && Token.Equals(other.Token));
 }