Skip to content

Commit

Permalink
SourceModeInfo minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
falahati committed Apr 7, 2019
1 parent a2a69b5 commit db93f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NvAPIWrapper/Native/Display/Structures/SourceModeInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public bool Equals(SourceModeInfo other)
/// <inheritdoc />
public override bool Equals(object obj)
{
if (ReferenceEquals(null, obj))
if (obj == null)
{
return false;
}
Expand Down

0 comments on commit db93f96

Please sign in to comment.