Compare This is a library to build a function that will allow you to quickly filter classes by given string value. The library is using reflection to get all properties and build an expression tree which will check all properties for a given text. The library is supporting simple models/classes where all properties are public.
$ dotnet add package CompareThisNo README available.