When Nullable reference types in the application are enabled, the IsEqualTo filter operator does not match any items
In the csproj of my application, I have enabled support for nullable reference types (<Nullable>enable</Nullable>). If the filter operator is IsEqualTo the filtering will not match any items.