Valit
Valit copied to clipboard
Support for comparing two properties
I think it could be nice to have ability to compare two properties of an object:
.Ensure(m => m.Password, _ => _.IsEqualTo(m => m.RePassword))
What do you think about it?