AutoMapper / AutoMapper.Collection

AutoMapper support for updating existing collections by equivalency
MIT License
245 stars 59 forks source link

Will a EqualityComparison expression get reversed with ReverseMap? #138

Closed penfold closed 4 years ago

penfold commented 4 years ago

When specifying an EqualityComparison expression, will it be automatically reversed by ReverseMap()?

Or do I need to specify if for the reverse mapping?

Thanks, Paul

Tasteful commented 4 years ago

From version 6 the reverse map will also add the equality comparison expression.