dbelmont / ExpressionBuilder

A library that provides a simple way to create lambda expressions to filter lists and database queries.
Apache License 2.0
372 stars 105 forks source link

Is it possible to perform DoesNotContain? #39

Closed bahodirk closed 6 years ago

bahodirk commented 6 years ago

Hello,

I came across to this solution and I start to use it in my project. However, it seems that DoesNotContain (NotContains) missing. Have anybody try to implement DoesNotContain function?

Thank you very much in advance.