DataCacheItemVersion.LessThan Operator (DataCacheItemVersion, DataCacheItemVersion)

 

Indicates whether the value of the first object is less than the second object.

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

Syntax

public static bool operator <(
    DataCacheItemVersion left,
    DataCacheItemVersion right
)
public:
static bool operator <(
    DataCacheItemVersion^ left,
    DataCacheItemVersion^ right
)
static let inline (<)
        left:DataCacheItemVersion *
        right:DataCacheItemVersion : bool
Public Shared Operator < (
    left As DataCacheItemVersion,
    right As DataCacheItemVersion
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if the value of the first object is less than the value of the second object; otherwise, false.

See Also

DataCacheItemVersion Class
Microsoft.ApplicationServer.Caching Namespace

Return to top