CachedObjectIdEquals Method (CachedObjectId)

ScaleOut Software NamedCache API
Determines whether two CachedObjectId instances are equal.

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

public bool Equals(
	CachedObjectId other
)

Parameters

other
Type: Soss.ClientCachedObjectId
The CachedObjectId to compare with the current CachedObjectId instance.

Return Value

Type: Boolean
true if the specified CachedObjectId is equal to the current CachedObjectId; otherwise, false.

Implements

IEquatableTEquals(T)
Remarks

Equals(CachedObjectId) does not check for reference equality; rather, it checks to see if both CachedObjectId instances identify the same object in the ScaleOut StateServer store.
See Also

Reference