DataCacheItemVersion::GreaterThan Operator (DataCacheItemVersion^, DataCacheItemVersion^)
Indicates whether the first object is greater 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 first object is greater than the second object; otherwise, false.
Show: