The following query translates incorrectly:
queryable.Where(x => x.GetType() != typeof(C))
The translator for this is not checking the comparison operator used and is assuming it is always `==`.
- related to
-
CSHARP-5403 GridFSFileInfo.Id projection broken
- Closed