Esempio n. 1
0
 protected bool Equals(FieldRuleOptions other)
 {
     return(string.Equals(rule, other.rule) && string.Equals(mode, other.mode));
 }
Esempio n. 2
0
		public FieldOptions()
		{
			rules = new FieldRuleOptions[0];
		}
Esempio n. 3
0
 public FieldOptions()
 {
     rules = new FieldRuleOptions[0];
 }
Esempio n. 4
0
		protected bool Equals(FieldRuleOptions other)
		{
			return string.Equals(rule, other.rule) && string.Equals(mode, other.mode);
		}