Open LyndonGingerich opened 1 year ago
This would probably resolve #30.
I also thought of implementing custom comparison that doesn't consider UnknownFields
, but then comparing two items might return 0 when equality (which does consider UnknownFields
) says they're not equal.
I would like to be able to use
Set
operations on my generated message types, but this requires comparison. Could we implement comparison onUnknownFieldSet
so F# can use structural comparison?