예제 #1
0
 public bool Equals(LogMatch other)
 {
     return(Index.Equals(other.Index) && Match.Equals(other.Match));
 }
예제 #2
0
 private bool Equals(BookmarkSettings other)
 {
     return(DataSourceId.Equals(other.DataSourceId) && Index.Equals(other.Index));
 }