-
Type:
Improvement
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: BSON
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The bsoncore.Value type has an Equal method that compares the value bytes. While technically correct, we should add more general-purpose equality methods that check for semantic equality (i.e. int32(1) == int64(1)). This could be done at the document and/or value levels.