VistianOpenSource/Birch

Attribute Mappers & Equality

Closed this issue · 1 comments

Currently the automatic reflection based attribute mapper do nothing to try and provide any equality comparers for comparing values, other than default behavior.

We perhaps need some ways in which this could be adjusted / enhanced. Either a repository of equality comparers which could be used, or a way of overriding the default behaviour once setup?

Added 'inbetween' class which allows for registration of IEqualityComparer implementations.