sync_shared::equals

比较相等的两个缓存。

bool equals(const sync_shared<Cache>& Other) const;

参数

Parameter

说明

Cache

缓存的类型与同步筛选器。

Other

比较的缓存为相等。

返回值

true ,如果 cache.equals(Other.cache)的结果, cache 表示缓存对象,是 true;否则, false。

要求

**标题:**allocators

命名空间: stdext

请参见

参考

sync_shared Class