示例#1
0
 public override int GetHashCode() => CompletionItem.GetHashCode() ^ HighlightedSpans.GetHashCode();
 /// <summary>
 /// Assumption: We won't see two instances of <see cref="CompletionItemWithHighlight"/> with same <see cref="CompletionItem"/> but different highlighting.
 /// Therefore, we don't calculate hash code for the highlights.
 /// </summary>
 /// <returns><see cref="CompletionItem.GetHashCode"/></returns>
 public override int GetHashCode() => CompletionItem.GetHashCode();