예제 #1
0
 protected bool Equals(FieldRuleOptions other)
 {
     return(string.Equals(rule, other.rule) && string.Equals(mode, other.mode));
 }
예제 #2
0
 public FieldOptions()
 {
     rules = new FieldRuleOptions[0];
 }