rts_alloc::equals
Compares two caches for equality.
bool equals(const sync<_Cache>& _Other) const;
Parameters
Parameter |
Description |
---|---|
_Cache |
The cache object associated with the filter. |
_Other |
The cache object to compare for equality. |
Remarks
true if the result of caches[0].equals(other.caches[0]); otherwise, false. caches represents the array of cache objects.
Requirements
Header: <allocators>
Namespace: stdext