-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: BSON
The bson.Value.Equal method doesn't properly ignore keys when comparing values. Fix this method so that two values that are equal return true even if they have different keys. Additionally, add explicit key equality checking to the bson.Element.Equal method.