コード例 #1
0
 protected bool Equals(AbstractQueryResult other)
 {
     return(Title == other.Title && Subtitle == other.Subtitle && Equals(Instance, other.Instance));
 }
コード例 #2
0
ファイル: AbstractQueryResult.cs プロジェクト: x775/pinpoint
 protected bool Equals(AbstractQueryResult other)
 {
     return(Title == other.Title && Subtitle == other.Subtitle);
 }