Exemplo n.º 1
0
 public bool HasTooManyCloseMatches(double maxTreshold = 0.95)
 {
     return(Hits.Max(x => x.Distance) < maxTreshold);
 }