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