public bool Equals(SearchHit other) { return(Hit.Equals(other.Hit) && Distance.Equals(other.Distance)); }