Skip to content

Commit 044711a

Browse files
committed
Use ValueObjectMemberComparer in examples
1 parent 7803b8b commit 044711a

File tree

1 file changed

+1
-0
lines changed
  • samples/Thinktecture.Runtime.Extensions.Samples/ValueObjects

1 file changed

+1
-0
lines changed

samples/Thinktecture.Runtime.Extensions.Samples/ValueObjects/ProductName.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ namespace Thinktecture.ValueObjects;
77
public sealed partial class ProductName
88
{
99
[ValueObjectMemberEqualityComparer<ComparerAccessors.StringOrdinalIgnoreCase, string>]
10+
[ValueObjectMemberComparer<ComparerAccessors.StringOrdinalIgnoreCase, string>]
1011
private string Value { get; }
1112

1213
static partial void ValidateFactoryArguments(ref ValidationResult? validationResult, ref string value)

0 commit comments

Comments
 (0)