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<_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