Snap for 8479413 from 006bcc84252ab45226cf61c7ad4f0dbca200cfb7 to tm-release

Change-Id: I1bf3eae5db2f73f9497462573173437798e84c6d
diff --git a/core/SystemStatus.h b/core/SystemStatus.h
index dacde9c..21036cd 100644
--- a/core/SystemStatus.h
+++ b/core/SystemStatus.h
@@ -509,7 +509,7 @@
         for (uint8_t i = 0; rtv && i < MAX_NETWORK_HANDLES; ++i) {
             rtv &= (mAllNetworkHandles[i] == peer.mAllNetworkHandles[i]);
         }
-        return rtv & peer.mApn.compare(mApn);
+        return rtv && !peer.mApn.compare(mApn);
     }
     inline virtual SystemStatusItemBase& collate(SystemStatusItemBase& curInfo) {
         LOC_LOGv("NetworkInfo: mAllTypes=%" PRIx64 " connected=%u mType=%x mApn=%s",