== is more readable.
authorCryptoManiac <balthazar@yandex.ru>
Tue, 4 Aug 2015 19:28:29 +0000 (22:28 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Tue, 4 Aug 2015 19:28:29 +0000 (22:28 +0300)
StratumLibrary/Stratum.cs

index 20b05c4..722abda 100644 (file)
@@ -143,7 +143,7 @@ namespace Stratum
             // Reset the state\r
             gotResponse.Reset();\r
 \r
-            if (object.ReferenceEquals(null, responseObj))\r
+            if (responseObj == null)\r
             {\r
                 try\r
                 {\r