We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a69b5 commit db93f96Copy full SHA for db93f96
1 file changed
NvAPIWrapper/Native/Display/Structures/SourceModeInfo.cs
@@ -54,7 +54,7 @@ public bool Equals(SourceModeInfo other)
54
/// <inheritdoc />
55
public override bool Equals(object obj)
56
{
57
- if (ReferenceEquals(null, obj))
+ if (obj == null)
58
59
return false;
60
}
0 commit comments