We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59b152 commit 95c03d6Copy full SHA for 95c03d6
1 file changed
README.md
@@ -105,7 +105,13 @@ public class CompareOptions
105
Any property marked with the `IgnoreDifferences` attribute will always be skipped during the comparison process, no matter
106
the actual value of the `IgnoredAttributes` property if `CompareOptions` is used.
107
108
-The usage of this attribute
+``` csharp
109
+public class SampleClass
110
+{
111
+ [IgnoreDifferences]
112
+ public string SampleProperty { get; set; }
113
+}
114
+```
115
116
### Patching
117
0 commit comments