|
Realm Xamarin
v0.75.0
Realm for Xamarin
|
Base for any object that can be persisted in a Realm. More...

Public Member Functions | |
| override bool | Equals (object obj) |
| Compare objects with identity query for persistent objects. More... | |
Public Attributes | |
| bool | IsManaged => _realm != null |
| Allows you to check if the object has been associated with a Realm, either at creation or via Realm.Manage. More... | |
Base for any object that can be persisted in a Realm.
| override bool Equals | ( | object | obj | ) |
Compare objects with identity query for persistent objects.
Persisted RealmObjects map their properties directly to the realm with no caching so multiple instances of a given object always refer to the same store.
| obj |
| bool IsManaged => _realm != null |
Allows you to check if the object has been associated with a Realm, either at creation or via Realm.Manage.