You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Document impls in JsonDocuments are records, so their default
`equals` methods check that all the record members are equal. Since they
all contain JsonSettings members, two JsonDocuments are only equal if
they have the exact same JsonSettings instance.
0 commit comments