Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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