Skip to content

Commit db93f96

Browse files
committed
SourceModeInfo minor cleanup
1 parent a2a69b5 commit db93f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NvAPIWrapper/Native/Display/Structures/SourceModeInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public bool Equals(SourceModeInfo other)
5454
/// <inheritdoc />
5555
public override bool Equals(object obj)
5656
{
57-
if (ReferenceEquals(null, obj))
57+
if (obj == null)
5858
{
5959
return false;
6060
}

0 commit comments

Comments
 (0)