Skip to content

LikeType<Int32> and LikeType<Int64> should be considered equal if the underlying values are equal #1

Description

@mattklein999

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions