Conversation
|
@Paul-Williams I've just accepted, then reverted your PR! I have just reviewed #10, which adds With those operators in place, and the implict cast method, we get the following results Does this solve your original issue with the implicit cast, or am I missing something? |
|
This code does not seem to work as intended. Additionally the test: It also still allows the comparison of two different ValueOf types, which although is not a bug, is a design choice I think goes against the idea of avoiding primitive obsession. It means you could still compare an EmailAddress to a UserName. This, I think is what this class is intended to avoid. |
Reverts #16