DataCacheItemVersionEquality Operator Windows Server AppFabric Caching Compatibility Library
Checks whether the two DataCacheItemVersion objects are equal.

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 two objects are equal - otherwise, false.
See Also

Reference