Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares two caches for equality.
bool equals(const sync_shared<Cache>& Other) const;
Parameters
Parameter |
Description |
---|---|
Cache |
The type of cache associated with the synchronization filter. |
Other |
The cache to compare for equality. |
Return Value
true if the result of cache.equals(Other.cache), where cache represents the cache object, is true; otherwise, false.
Requirements
Header: <allocators>
Namespace: stdext