DataCacheItemVersionInequality Operator Windows Server AppFabric Caching Compatibility Library
Indicates whether the two DataCacheItemVersion objects are unequal.

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

Reference