realm / realm-dotnet

Realm is a mobile database: a replacement for SQLite & ORMs

Home Page:https://realm.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix equality comparison for collections in mixed

papafe opened this issue · comments

We need to fix equality for collections in mixed to have the same behaviour as collections properties. Thus we should just use reference equality also for collections in mixed instead of just returning false.

➤ PM Bot commented:

Jira ticket: RNET-1133