run-aspnetcore icon indicating copy to clipboard operation
run-aspnetcore copied to clipboard

Update ValueObject.cs

Open ParsaMehdipour opened this issue 7 months ago • 0 comments

I have added overloads for the "==" and "!=" operators, enabling the following operations:

ValueObject1 == ValueObject2

ValueObject1 != ValueObject2

ParsaMehdipour avatar Jul 11 '24 01:07 ParsaMehdipour