CachedObjectIdEquality Operator

ScaleOut Software NamedCache API
Compares two CachedObjectId instances for equality.

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
true if a and b identify the same object in the ScaleOut StateServer store. Otherwise, false.
Remarks

CachedObjectIds are compared for equality by value: they are considered equal if they identify the same object in the ScaleOut StateServer store.
See Also

Reference