Пример #1
0
 protected bool Equals(AbstractQueryResult other)
 {
     return(Title == other.Title && Subtitle == other.Subtitle && Equals(Instance, other.Instance));
 }
Пример #2
0
 protected bool Equals(AbstractQueryResult other)
 {
     return(Title == other.Title && Subtitle == other.Subtitle);
 }