We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a34527 commit a7d17ffCopy full SHA for a7d17ff
KuruExtract/Extensions/ExtensionEqualityComparer.cs
@@ -15,6 +15,6 @@ public bool Equals(string? x, string? y)
15
16
public int GetHashCode([DisallowNull] string obj)
17
{
18
- return obj != null ? obj.GetHashCode() : 0;
+ return obj.GetHashCode();
19
}
20
0 commit comments