コード例 #1
0
ファイル: TorrentLeech.cs プロジェクト: csyolen/Jarvis
 protected bool Equals(TorrentLeechEntry other)
 {
     return(string.Equals(Friendly, other.Friendly));
 }
コード例 #2
0
ファイル: TorrentLeech.cs プロジェクト: csyolen/Jarvis
 protected bool Equals(TorrentLeechEntry other)
 {
     return string.Equals(Friendly, other.Friendly);
 }