== is more readable.
[StratumLibrary.git] / 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