run-aspnetcore
run-aspnetcore copied to clipboard
Update ValueObject.cs
I have added overloads for the "==" and "!=" operators, enabling the following operations:
ValueObject1 == ValueObject2
ValueObject1 != ValueObject2