Exemplo n.º 1
0
 public bool Equals(LogMatch other)
 {
     return(Index.Equals(other.Index) && Match.Equals(other.Match));
 }
Exemplo n.º 2
0
 private bool Equals(BookmarkSettings other)
 {
     return(DataSourceId.Equals(other.DataSourceId) && Index.Equals(other.Index));
 }