Ejemplo n.º 1
0
 public bool Equals(LogMatch other)
 {
     return(Index.Equals(other.Index) && Match.Equals(other.Match));
 }