DataCacheItemVersion::GreaterThan Operator (DataCacheItemVersion^, DataCacheItemVersion^)

 

Indicates whether the first object is greater than the second object.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

public:
static bool operator >(
	DataCacheItemVersion^ left,
	DataCacheItemVersion^ right
)

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::Boolean

True if the first object is greater than the second object; otherwise, false.

Return to top
Show: