Op
==(_:_:)
Compares two storage instances for equality.
static func == (lhs: EObjectStorage, rhs: EObjectStorage) -> Bool
Parameters
lhs-
The first storage to compare.
rhs-
The second storage to compare.
Return Value
true if the storages are equal, false otherwise.
Discussion
Storages are equal if they have the same set features and matching values for those features. Value comparison uses string representation.