protected bool Equals(ResultItem other) { return string.Equals(DisplayText, other.DisplayText) && string.Equals(FullText, other.FullText) && string.Equals(EvalText, other.EvalText); }
protected bool Equals(ResultItem other) { return(string.Equals(DisplayText, other.DisplayText) && string.Equals(FullText, other.FullText) && string.Equals(EvalText, other.EvalText)); }