DataCacheItemVersionGreaterThan Operator Windows Server AppFabric Caching Compatibility Library
Indicates whether the first object is greater than the second object.

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

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

Parameters

left
Type: Soss.Compat.WSAFDataCacheItemVersion
The first DataCacheItemVersion object to compare.
right
Type: Soss.Compat.WSAFDataCacheItemVersion
The second DataCacheItemVersion object to compare.

Return Value

Type: Boolean
true if the value of the first object is greater than the second one - otherwise, false.
See Also

Reference