protected bool Equals(MinValueFieldRule other) { return(_bounds.Equals(other._bounds) && Token.Equals(other.Token)); }
protected bool Equals(MinValueFieldRule other) { return _bounds.Equals(other._bounds) && Token.Equals(other.Token); }