Exemplo n.º 1
0
 protected bool Equals(ResultItem other)
 {
     return string.Equals(DisplayText, other.DisplayText) && string.Equals(FullText, other.FullText) && string.Equals(EvalText, other.EvalText);
 }
Exemplo n.º 2
0
 protected bool Equals(ResultItem other)
 {
     return(string.Equals(DisplayText, other.DisplayText) && string.Equals(FullText, other.FullText) && string.Equals(EvalText, other.EvalText));
 }