DataCacheItemVersion.Equality Operator (DataCacheItemVersion, DataCacheItemVersion)
Indicates whether the two DataCacheItemVersion objects are equal.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Public Shared Operator = ( left As DataCacheItemVersion, right As DataCacheItemVersion ) As Boolean
Parameters
- left
-
Type:
Microsoft.ApplicationServer.Caching.DataCacheItemVersion
The first object to compare.
- right
-
Type:
Microsoft.ApplicationServer.Caching.DataCacheItemVersion
The second object to compare.
Show: