Info
Version: | 0.0.9.5 |
Author(s): | Possibility022 |
Last Update: | Friday, April 5, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/possibility022/compare-this |
NuGet Url: | https://www.nuget.org/packages/CompareThis |
Install
Install-Package CompareThis
dotnet add package CompareThis
paket add CompareThis
CompareThis Download (Unzip the "nupkg" after downloading)
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.