-
Notifications
You must be signed in to change notification settings - Fork 1
Create generic comparison method via reflection
License
olgamiller/GenericComparison
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Generic Comparison - Create generic comparison method via reflection Written in 2014 by <Olga Miller> <[email protected]> To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. Reflection techniques are used to create expressions while traversing object properties. These expressions can be compiled to native methods using Compile() or CompileToMethod(MethodBuilder). This can be useful e.g. for Unit-Tests or to override Equals(object) method of objects with many properties.
About
Create generic comparison method via reflection
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published