open fun isSupersetOf(storage: MemoryLocalStorage!): Boolean
Simple check if current storage object is a superset of other memory storage (contains everything from other storage). Does not compare full contents of entities, compares just entity identifiers. Ignores deleted entities.
storage
- MemoryLocalStorage!: MemoryLocalStorage to compare with
Return
Boolean: true if self contains everything from storage