DataCacheTag::Equals Method (Object^)
Compares the current DataCacheTag object for equality with the specified DataCacheTag object.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Parameters
- obj
-
Type:
System::Object^
The object whose string representation is compared for equality to the current DataCacheTag object.
Return Value
Type: System::BooleanTrue if the object implements the ToString method and its value is the same as the string representation of the current DataCacheTag; otherwise, false.
You can associate one or more tags to each cache object. Tag-based object retrieval is only available for those objects stored in regions.
Show: