We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1051fdc commit abaf1b1Copy full SHA for abaf1b1
src/Analyzers/MSTest.Analyzers/DuplicateDataRowAnalyzer.cs
@@ -80,7 +80,7 @@ public bool Equals(ImmutableArray<TypedConstant> x, ImmutableArray<TypedConstant
80
81
for (int i = 0; i < x.Length; i++)
82
{
83
- if (AreTypedConstantEquals(x[i], y[i]))
+ if (!AreTypedConstantEquals(x[i], y[i]))
84
85
return false;
86
}
0 commit comments