Skip to content

Commit 95c03d6

Browse files
authored
Update README.md
1 parent f59b152 commit 95c03d6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,13 @@ public class CompareOptions
105105
Any property marked with the `IgnoreDifferences` attribute will always be skipped during the comparison process, no matter
106106
the actual value of the `IgnoredAttributes` property if `CompareOptions` is used.
107107

108-
The usage of this attribute
108+
``` csharp
109+
public class SampleClass
110+
{
111+
[IgnoreDifferences]
112+
public string SampleProperty { get; set; }
113+
}
114+
```
109115

110116
### Patching
111117

0 commit comments

Comments
 (0)