aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Core/FSTView.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Core/FSTView.mm')
-rw-r--r--Firestore/Source/Core/FSTView.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/Core/FSTView.mm b/Firestore/Source/Core/FSTView.mm
index f954731..40631ed 100644
--- a/Firestore/Source/Core/FSTView.mm
+++ b/Firestore/Source/Core/FSTView.mm
@@ -109,7 +109,7 @@ NS_ASSUME_NONNULL_BEGIN
return NO;
}
FSTLimboDocumentChange *otherChange = (FSTLimboDocumentChange *)other;
- return self.type == otherChange.type && [self.key isEqual:otherChange.key];
+ return self.type == otherChange.type && self.key == otherChange.key;
}
- (NSUInteger)hash {