Пример #1
0
 public bool Equals(SearchHit other)
 {
     return(Hit.Equals(other.Hit) && Distance.Equals(other.Distance));
 }