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?
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?