これがコードです
DContext.Views
.Include("Torrent")
.Include("Viewer")
.Any(V => V.Torrent.ID == DTorrent.ID &&
V.UserHostAddress == UserHostAddress &&
V.Viewer.ID == ViewerTIKSNID.Value)
FALSEを返しますが、データベースにはまったく同じ情報を持つ行がいくつかあります。
どうすればこれを解決できますか?