Details
-
Improvement
-
Resolution: Won't Do
-
Major - P3
-
None
-
None
-
None
Description
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.