Esempio n. 1
0
 public bool Equals(RegexKey other)
 => Pattern == other.Pattern &&
 Settings.CompareValues(other.Settings);
Esempio n. 2
0
 public bool Equals(RegexKey other)
 {
     return(Pattern == other.Pattern && Settings.CompareValues(other.Settings));
 }