DataCacheItemVersion.LessThan Operator (DataCacheItemVersion, DataCacheItemVersion)
Indicates whether the value of the first object is less than the second object.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Parameters
- left
-
Type:
Microsoft.ApplicationServer.Caching.DataCacheItemVersion
The first object to compare.
- right
-
Type:
Microsoft.ApplicationServer.Caching.DataCacheItemVersion
The second object to compare.
Return Value
Type: System.BooleanTrue if the value of the first object is less than the value of the second object; otherwise, false.
Show: