Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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