Using JSON.net
when serialize/deserialize (LikeType<Tuple<string,object>>)
when object is an Int32 on serialization side
then object is an Int64 on the deserialized side
and then LikeType does not consider the two items equal.
Fix so that if underlying values say that they're equal, then the whole object is equal.
Using JSON.net
when serialize/deserialize
(LikeType<Tuple<string,object>>)when object is an
Int32on serialization sidethen object is an
Int64on the deserialized sideand then LikeType does not consider the two items equal.
Fix so that if underlying values say that they're equal, then the whole object is equal.