sync_shared::equals

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

See Also

Reference

sync_shared Class