Esempio n. 1
0
 protected bool Equals(MinValueFieldRule other)
 {
     return(_bounds.Equals(other._bounds) && Token.Equals(other.Token));
 }
Esempio n. 2
0
 protected bool Equals(MinValueFieldRule other)
 {
     return _bounds.Equals(other._bounds) && Token.Equals(other.Token);
 }