CachedObjectIdInequality Operator

ScaleOut Software NamedCache API
Compares two CachedObjectId instances for inequality.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public static bool operator !=(
	CachedObjectId a,
	CachedObjectId b
)

Parameters

a
Type: Soss.ClientCachedObjectId
The first CachedObjectId to compare.
b
Type: Soss.ClientCachedObjectId
The second CachedObjectId to compare.

Return Value

Type: Boolean
false if a and b identify the same object in the ScaleOut StateServer store. Otherwise, true.
Remarks

CachedObjectIds are compared for inequality by value: they are considered to be not equal if they identify different objects in the ScaleOut StateServer store.
See Also

Reference