Esempio n. 1
0
 protected bool Equals(AbstractQueryResult other)
 {
     return(Title == other.Title && Subtitle == other.Subtitle && Equals(Instance, other.Instance));
 }
Esempio n. 2
0
 protected bool Equals(AbstractQueryResult other)
 {
     return(Title == other.Title && Subtitle == other.Subtitle);
 }